test/test_targets: Switch test_targets to VexRiscv Minimal (Supported by all targets).

This commit is contained in:
Florent Kermarrec 2021-12-09 16:09:38 +01:00
parent 35e0026875
commit fcec2c1d35
1 changed files with 2 additions and 0 deletions

View File

@ -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)