Skip to content

Commit

Permalink
soc/cores/cpu/vexiirscv: Add standard variant to allow compilation wi…
Browse files Browse the repository at this point in the history
…thout specifying --cpu-variant.
  • Loading branch information
enjoy-digital committed Sep 19, 2024
1 parent 9bacbe1 commit ad2c3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/cores/cpu/vexiiriscv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Variants -----------------------------------------------------------------------------------------

CPU_VARIANTS = ["cached", "linux", "debian"]
CPU_VARIANTS = ["standard", "cached", "linux", "debian"]

# VexiiRiscv -----------------------------------------------------------------------------------------

Expand Down

0 comments on commit ad2c3fc

Please sign in to comment.