test/test_targets: use uart-name=stub.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 29 Feb 2020 10:07:06 +0000 (11:07 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 29 Feb 2020 10:07:10 +0000 (11:07 +0100)
test/test_targets.py

index 22ef6272ea930560b721d4d00db20e1fb5d1f41e..d081d06c6d2c3b64c67a015ca251b35299f38b1c 100644 (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)