From 25a9b847077fa4d18213f2bbda1d7b3835b32026 Mon Sep 17 00:00:00 2001 From: AndreMerendeira Date: Thu, 7 Nov 2024 13:38:50 +0000 Subject: [PATCH] [ipxact_gen] added data_if to core and file name --- submodules/LIB/scripts/ipxact_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/LIB/scripts/ipxact_gen.py b/submodules/LIB/scripts/ipxact_gen.py index 307d73413..232b0790c 100644 --- a/submodules/LIB/scripts/ipxact_gen.py +++ b/submodules/LIB/scripts/ipxact_gen.py @@ -515,7 +515,7 @@ def generate_ipxact_xml(core, sw_regs, dest_dir): """ # Add the CSR IF, - core_name = core.name + "_" + core.csr_if + core_name = core.name + "_" + core.csr_if + "_" + core.data_if # Core name to be displayed in the xml file # Change "_" to "-" and capitalize all the letters