diff --git a/openfpga/src/base/openfpga_setup_command_template.h b/openfpga/src/base/openfpga_setup_command_template.h index 61123dcff..eb534fcb7 100644 --- a/openfpga/src/base/openfpga_setup_command_template.h +++ b/openfpga/src/base/openfpga_setup_command_template.h @@ -1016,11 +1016,11 @@ ShellCommandId add_write_unique_blocks_command_template( } - *******************************************************************/ + /****************************************************************** * - Add a command to Shell environment: report_reference * - Add associated options * - Add command dependency - *******************************************************************/ + ******************************************************************/ template ShellCommandId add_report_reference_command_template( openfpga::Shell& shell, const ShellCommandClassId& cmd_class_id, @@ -1320,7 +1320,6 @@ void add_setup_command_templates(openfpga::Shell& shell, 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); -} /******************************** * Command 'read_unique_blocks'