Skip to content

Commit

Permalink
Merge pull request #972 from AndreMerendeira/main
Browse files Browse the repository at this point in the history
[ipxact_gen] added data_if to core and file name
  • Loading branch information
jjts authored Nov 7, 2024
2 parents c238314 + 25a9b84 commit 325f562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/LIB/scripts/ipxact_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 325f562

Please sign in to comment.