mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/integration/builder: export constants and memory_regions with csr_csv
This commit is contained in:
parent
f6a2d5847a
commit
254504e73f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class Builder:
|
|||
|
||||
if self.csr_csv is not None:
|
||||
with open(self.csr_csv, "w") as f:
|
||||
f.write(cpu_interface.get_csr_csv(csr_regions))
|
||||
f.write(cpu_interface.get_csr_csv(csr_regions, constants, memory_regions))
|
||||
|
||||
def _prepare_software(self):
|
||||
for name, src_dir in self.software_packages:
|
||||
|
|
Loading…
Reference in a new issue