projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad146c2
)
Cosmetic changes to FSM tests
author
Clifford Wolf
<clifford@clifford.at>
Thu, 21 Aug 2014 15:40:49 +0000
(17:40 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 21 Aug 2014 15:40:49 +0000
(17:40 +0200)
tests/fsm/run-test.sh
patch
|
blob
|
history
diff --git
a/tests/fsm/run-test.sh
b/tests/fsm/run-test.sh
index 3d0ff757333880c0724d71f75e6b6e379ec22139..57c2a5b12c2b7ea878723adccb22b3b866b9ef7a 100755
(executable)
--- a/
tests/fsm/run-test.sh
+++ b/
tests/fsm/run-test.sh
@@
-13,6
+13,7
@@
python generate.py
{
all_targets="all_targets:"
echo "all: all_targets"
+ echo " @echo"
for i in $( ls temp/*.ys | sed 's,[^0-9],,g; s,^0*\(.\),\1,g;' ); do
idx=$( printf "%05d" $i )
echo "temp/uut_${idx}.log: temp/uut_${idx}.ys temp/uut_${idx}.v"
@@
-27,6
+28,5
@@
python generate.py
echo "running tests.."
${MAKE:-make} -f temp/makefile
-echo
exit 0