mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/intergration/cpu_interface: typo
This commit is contained in:
parent
22f645adc1
commit
9fa234da50
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def get_cpu_mak(cpu):
|
|||
cpuflags = "-D__picorv32__ -mno-save-restore -march=rv32im -mabi=ilp32"
|
||||
clang = False
|
||||
elif cpu == "vexriscv":
|
||||
assert not clang, "vexrisv not supported with clang."
|
||||
assert not clang, "vexriscv not supported with clang."
|
||||
triple = "riscv64-unknown-elf"
|
||||
cpuflags = "-D__vexriscv__ -march=rv32im -mabi=ilp32"
|
||||
clang = False
|
||||
|
|
Loading…
Reference in a new issue