fix merge error

This commit is contained in:
Lin 2024-09-11 14:35:24 +08:00
parent 77b188060b
commit b2a5bd8437
1 changed files with 2 additions and 3 deletions

View File

@ -1016,11 +1016,11 @@ ShellCommandId add_write_unique_blocks_command_template(
} }
*******************************************************************/ /******************************************************************
* - Add a command to Shell environment: report_reference * - Add a command to Shell environment: report_reference
* - Add associated options * - Add associated options
* - Add command dependency * - Add command dependency
*******************************************************************/ ******************************************************************/
template <class T> template <class T>
ShellCommandId add_report_reference_command_template( ShellCommandId add_report_reference_command_template(
openfpga::Shell<T>& shell, const ShellCommandClassId& cmd_class_id, openfpga::Shell<T>& shell, const ShellCommandClassId& cmd_class_id,
@ -1320,7 +1320,6 @@ void add_setup_command_templates(openfpga::Shell<T>& shell,
cmd_dependency_report_reference.push_back(build_fabric_cmd_id); cmd_dependency_report_reference.push_back(build_fabric_cmd_id);
add_report_reference_command_template<T>( add_report_reference_command_template<T>(
shell, openfpga_setup_cmd_class, cmd_dependency_report_reference, hidden); shell, openfpga_setup_cmd_class, cmd_dependency_report_reference, hidden);
}
/******************************** /********************************
* Command 'read_unique_blocks' * Command 'read_unique_blocks'