cpu/serv: add variants.
This commit is contained in:
parent
fd7ec50e43
commit
6d72ef28a8
|
@ -17,6 +17,7 @@ CPU_VARIANTS = ["standard"]
|
||||||
class SERV(CPU):
|
class SERV(CPU):
|
||||||
name = "serv"
|
name = "serv"
|
||||||
human_name = "SERV"
|
human_name = "SERV"
|
||||||
|
variants = CPU_VARIANTS
|
||||||
data_width = 32
|
data_width = 32
|
||||||
endianness = "little"
|
endianness = "little"
|
||||||
gcc_triple = CPU_GCC_TRIPLE_RISCV32
|
gcc_triple = CPU_GCC_TRIPLE_RISCV32
|
||||||
|
|
Loading…
Reference in New Issue