From 7d9a677534c13048302290622d4e1a63bc9dca85 Mon Sep 17 00:00:00 2001 From: Lin Date: Sun, 29 Sep 2024 13:17:13 +0800 Subject: [PATCH] changed file name --- .../{read_xml_unique_blocks.cpp => read_unique_blocks.cpp} | 2 +- .../{read_xml_unique_blocks.h => read_unique_blocks.h} | 0 openfpga/src/base/openfpga_build_fabric_template.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename openfpga/src/annotation/{read_xml_unique_blocks.cpp => read_unique_blocks.cpp} (99%) rename openfpga/src/annotation/{read_xml_unique_blocks.h => read_unique_blocks.h} (100%) diff --git a/openfpga/src/annotation/read_xml_unique_blocks.cpp b/openfpga/src/annotation/read_unique_blocks.cpp similarity index 99% rename from openfpga/src/annotation/read_xml_unique_blocks.cpp rename to openfpga/src/annotation/read_unique_blocks.cpp index 61f848e07..e3da54ee2 100644 --- a/openfpga/src/annotation/read_xml_unique_blocks.cpp +++ b/openfpga/src/annotation/read_unique_blocks.cpp @@ -18,7 +18,7 @@ #include "device_rr_gsb_utils.h" #include "mmap_file.h" #include "openfpga_digest.h" -#include "read_xml_unique_blocks.h" +#include "read_unique_blocks.h" #include "read_xml_util.h" #include "rr_gsb.h" #include "unique_blocks_uxsdcxx.capnp.h" diff --git a/openfpga/src/annotation/read_xml_unique_blocks.h b/openfpga/src/annotation/read_unique_blocks.h similarity index 100% rename from openfpga/src/annotation/read_xml_unique_blocks.h rename to openfpga/src/annotation/read_unique_blocks.h diff --git a/openfpga/src/base/openfpga_build_fabric_template.h b/openfpga/src/base/openfpga_build_fabric_template.h index 8ce8e152e..01416d566 100644 --- a/openfpga/src/base/openfpga_build_fabric_template.h +++ b/openfpga/src/base/openfpga_build_fabric_template.h @@ -20,7 +20,7 @@ #include "read_xml_io_name_map.h" #include "read_xml_module_name_map.h" #include "read_xml_tile_config.h" -#include "read_xml_unique_blocks.h" +#include "read_unique_blocks.h" #include "rename_modules.h" #include "report_reference.h" #include "vtr_log.h"