mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cpu/serv: add variants.
This commit is contained in:
parent
fd7ec50e43
commit
6d72ef28a8
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ CPU_VARIANTS = ["standard"]
|
|||
class SERV(CPU):
|
||||
name = "serv"
|
||||
human_name = "SERV"
|
||||
variants = CPU_VARIANTS
|
||||
data_width = 32
|
||||
endianness = "little"
|
||||
gcc_triple = CPU_GCC_TRIPLE_RISCV32
|
||||
|
|
Loading…
Reference in a new issue