From: Florent Kermarrec Date: Sat, 29 Feb 2020 10:07:06 +0000 (+0100) Subject: test/test_targets: use uart-name=stub. X-Git-Tag: 24jan2021_ls180~617 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54fb3a61cd5c577b77d5fa1375fb2df0fb629e76;p=litex.git test/test_targets: use uart-name=stub. --- diff --git a/test/test_targets.py b/test/test_targets.py index 22ef6272..d081d06c 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -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)