mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cpu/vexriscv: add "linux+no-dsp" variant
This commit is contained in:
parent
95b1b454f4
commit
f6b67a6dae
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ CPU_VARIANTS = {
|
|||
"full+debug": "VexRiscv_FullDebug",
|
||||
"linux": "VexRiscv_Linux",
|
||||
"linux+debug": "VexRiscv_LinuxDebug",
|
||||
"linux+no-dsp": "VexRiscv_LinuxNoDspFmax",
|
||||
}
|
||||
|
||||
|
||||
|
@ -38,6 +39,7 @@ GCC_FLAGS = {
|
|||
"full+debug": "-march=rv32im -mabi=ilp32",
|
||||
"linux": "-march=rv32ima -mabi=ilp32",
|
||||
"linux+debug": "-march=rv32ima -mabi=ilp32",
|
||||
"linux+no-dsp": "-march=rv32ima -mabi=ilp32",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue