soc/integration/cpu_interface: generate name for Memories in get_csr_header
This commit is contained in:
parent
9f5d0cef6b
commit
041bf41226
|
@ -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 New Issue