firmware/soc.py: switch to VexRiscV-SMP (with one core) to make litex happy
This commit is contained in:
parent
7e42b8c41c
commit
24f66c1a70
|
@ -259,7 +259,9 @@ class UpsilonSoC(SoCCore):
|
|||
bus_data_width = 32,
|
||||
bus_address_width = 32,
|
||||
bus_timeout = int(1e6),
|
||||
cpu_type = "vexriscv",
|
||||
cpu_type = "vexriscv_smp",
|
||||
cpu_count = 1,
|
||||
cpu_variant="linux",
|
||||
integrated_rom_size=0x20000,
|
||||
integrated_sram_size = 0x2000,
|
||||
csr_data_width=32,
|
||||
|
|
Loading…
Reference in New Issue