test/test_targets: use uart-name=stub.

This commit is contained in:
Florent Kermarrec 2020-02-29 11:07:06 +01:00
parent 59e99bfbcd
commit 54fb3a61cd
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ litex/boards/targets/simple.py litex.boards.platforms.{p} \
--cpu-type=vexriscv \
--no-compile-software \
--no-compile-gateware \
--uart-stub=True \
--uart-name=stub \
""".format(p=p)
subprocess.check_call(cmd, shell=True)
@ -142,7 +142,7 @@ litex/boards/targets/simple.py litex.boards.platforms.arty \
--cpu-variant={v} \
--no-compile-software \
--no-compile-gateware \
--uart-stub=True \
--uart-name=stub \
""".format(c=cpu, v=variant)
subprocess.check_output(cmd, shell=True)