mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/integration/cpu_interface: generate name for Memories in get_csr_header
This commit is contained in:
parent
9f5d0cef6b
commit
041bf41226
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ def get_csr_header(regions, constants, with_access_functions=True, with_shadow_b
|
|||
if not with_shadow_base:
|
||||
origin &= (~shadow_base)
|
||||
if isinstance(obj, Memory):
|
||||
r += "\n/* "+name+" */\n"
|
||||
r += "#define CSR_"+name.upper()+"_BASE "+hex(origin)+"\n"
|
||||
else:
|
||||
r += "\n/* "+name+" */\n"
|
||||
|
|
Loading…
Reference in a new issue