projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e99bf
)
test/test_targets: use uart-name=stub.
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Sat, 29 Feb 2020 10:07:06 +0000
(11:07 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Sat, 29 Feb 2020 10:07:10 +0000
(11:07 +0100)
test/test_targets.py
patch
|
blob
|
history
diff --git
a/test/test_targets.py
b/test/test_targets.py
index 22ef6272ea930560b721d4d00db20e1fb5d1f41e..d081d06c6d2c3b64c67a015ca251b35299f38b1c 100644
(file)
--- 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)