mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc_core: include information about cpu variant in csv and headers
This commit is contained in:
parent
d3aaaf5e6c
commit
005c07769b
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ class SoCCore(Module):
|
||||||
|
|
||||||
# Add CPU
|
# Add CPU
|
||||||
self.config["CPU_TYPE"] = str(cpu_type).upper()
|
self.config["CPU_TYPE"] = str(cpu_type).upper()
|
||||||
|
self.config["CPU_VARIANT"] = str(cpu_variant).upper()
|
||||||
if cpu_type is not None:
|
if cpu_type is not None:
|
||||||
# CPU selection / instance
|
# CPU selection / instance
|
||||||
if cpu_type == "lm32":
|
if cpu_type == "lm32":
|
||||||
|
|
Loading…
Reference in a new issue