diff --git a/openfpga/src/base/openfpga_setup_command_template.h b/openfpga/src/base/openfpga_setup_command_template.h index 91b73acc3..5dbd12f6f 100644 --- a/openfpga/src/base/openfpga_setup_command_template.h +++ b/openfpga/src/base/openfpga_setup_command_template.h @@ -1232,8 +1232,7 @@ void add_setup_command_templates(openfpga::Shell& shell, */ /* The command should NOT be executed before 'build_fabric' */ std::vector 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( shell, openfpga_setup_cmd_class, cmd_dependency_report_reference, hidden); } diff --git a/openfpga_flow/openfpga_shell_scripts/report_reference_example_script.openfpga b/openfpga_flow/openfpga_shell_scripts/report_reference_example_script.openfpga index 635efae58..f24476e91 100644 --- a/openfpga_flow/openfpga_shell_scripts/report_reference_example_script.openfpga +++ b/openfpga_flow/openfpga_shell_scripts/report_reference_example_script.openfpga @@ -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}