change file location
This commit is contained in:
parent
643e3a2dd1
commit
9e491680e6
|
@ -165,7 +165,7 @@ class DeviceRRGSB {
|
||||||
|
|
||||||
private: /* Internal Data */
|
private: /* Internal Data */
|
||||||
std::vector<std::vector<RRGSB>> rr_gsb_;
|
std::vector<std::vector<RRGSB>> rr_gsb_;
|
||||||
bool preload_;
|
bool preload_; // is_valid
|
||||||
|
|
||||||
std::vector<std::vector<size_t>>
|
std::vector<std::vector<size_t>>
|
||||||
gsb_unique_module_id_; /* A map from rr_gsb to its unique mirror */
|
gsb_unique_module_id_; /* A map from rr_gsb to its unique mirror */
|
||||||
|
|
|
@ -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);
|
std::string file_type = cmd_context.option_value(cmd, opt_type);
|
||||||
|
|
||||||
/* Write unique blocks to a file */
|
/* Write unique blocks to a file */
|
||||||
|
/* add check flag */
|
||||||
if (file_type == "xml") {
|
if (file_type == "xml") {
|
||||||
return write_xml_unique_blocks(openfpga_ctx.device_rr_gsb(),
|
return write_xml_unique_blocks(openfpga_ctx.device_rr_gsb(),
|
||||||
file_name.c_str(),
|
file_name.c_str(),
|
||||||
|
|
Loading…
Reference in New Issue