efinix_xyloni_dev_kit: Only force variant to minimal for Vexriscv.
This commit is contained in:
parent
75fd276dbe
commit
394ea23b99
|
@ -56,6 +56,7 @@ class BaseSoC(SoCCore):
|
|||
kwargs["integrated_rom_size"] = 0
|
||||
|
||||
# Set CPU variant / reset address
|
||||
if kwargs.get("cpu_type", "vexriscv") == "vexriscv":
|
||||
kwargs["cpu_variant"] = "minimal"
|
||||
kwargs["cpu_reset_address"] = self.mem_map["spiflash"] + bios_flash_offset
|
||||
|
||||
|
|
Loading…
Reference in New Issue