test/test_targets: Switch test_targets to VexRiscv Minimal (Supported by all targets).
This commit is contained in:
parent
35e0026875
commit
fcec2c1d35
|
@ -73,6 +73,8 @@ python3 -m litex_boards.targets.simple litex_boards.platforms.{} \
|
|||
os.system("rm -rf build")
|
||||
cmd = """\
|
||||
python3 -m litex_boards.targets.{} \
|
||||
--cpu-type=vexriscv \
|
||||
--cpu-variant=minimal \
|
||||
--no-compile-software \
|
||||
--no-compile-gateware \
|
||||
""".format(name)
|
||||
|
|
Loading…
Reference in New Issue