cpu/serv: add variants.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 27 May 2020 18:00:10 +0000 (20:00 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 27 May 2020 18:00:10 +0000 (20:00 +0200)
litex/soc/cores/cpu/serv/core.py

index 6fe912be9b50d418c79db1e19a56219b1e2deade..c286e6a0671e459e78306ebe24a469878c0f9f13 100644 (file)
@@ -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