change file location

This commit is contained in:
Lin 2024-08-30 11:02:09 +08:00
parent 643e3a2dd1
commit 9e491680e6
6 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class DeviceRRGSB {
private: /* Internal Data */
std::vector<std::vector<RRGSB>> rr_gsb_;
bool preload_;
bool preload_; // is_valid
std::vector<std::vector<size_t>>
gsb_unique_module_id_; /* A map from rr_gsb to its unique mirror */

View File

@ -523,6 +523,7 @@ int write_unique_blocks_template(T& openfpga_ctx, const Command& cmd,
std::string file_type = cmd_context.option_value(cmd, opt_type);
/* Write unique blocks to a file */
/* add check flag */
if (file_type == "xml") {
return write_xml_unique_blocks(openfpga_ctx.device_rr_gsb(),
file_name.c_str(),