add dependency on build_fabric

This commit is contained in:
Victor 2024-09-06 17:58:47 +08:00
parent 7bacc781d0
commit 9a2fc86dcd
2 changed files with 2 additions and 3 deletions

View File

@ -1232,8 +1232,7 @@ void add_setup_command_templates(openfpga::Shell<T>& shell,
*/
/* The command should NOT be executed before 'build_fabric' */
std::vector<ShellCommandId> cmd_dependency_report_reference;
cmd_dependency_write_fabric_pin_physical_location.push_back(
build_fabric_cmd_id);
cmd_dependency_report_reference.push_back(build_fabric_cmd_id);
add_report_reference_command_template<T>(
shell, openfpga_setup_cmd_class, cmd_dependency_report_reference, hidden);
}

View File

@ -23,7 +23,7 @@ lut_truth_table_fixup
# - Enabled frame view creation to save runtime and memory
# Note that this is turned on when bitstream generation
# is the ONLY purpose of the flow!!!
build_fabric --compress_routing --frame_view #--verbose
#build_fabric --compress_routing --frame_view #--verbose
# Report reference to a file
report_reference ${OPENFPGA_REPORT_REFERENCE_OPTIONS}