From b2a5bd84376c747b844aa57256d405a93238dffa Mon Sep 17 00:00:00 2001 From: Lin Date: Wed, 11 Sep 2024 14:35:24 +0800 Subject: [PATCH] fix merge error --- openfpga/src/base/openfpga_setup_command_template.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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'