add dependency on build_fabric
This commit is contained in:
parent
7bacc781d0
commit
9a2fc86dcd
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue