diff options
Diffstat (limited to 'testsuite/test-icestick/testsuite.sh')
-rwxr-xr-x | testsuite/test-icestick/testsuite.sh | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/testsuite/test-icestick/testsuite.sh b/testsuite/test-icestick/testsuite.sh index 889f5b3..99bf9eb 100755 --- a/testsuite/test-icestick/testsuite.sh +++ b/testsuite/test-icestick/testsuite.sh @@ -4,24 +4,10 @@ src=../../icestick -analyze $src/leds.vhdl +# spin2 -files="fixed1.vhdl - fixed1.vhdl - blink.vhdl - multi1.vhdl - multi2.vhdl - spin1.vhdl - rotate1.vhdl - rotate2.vhdl - rotate3.vhdl - rotate4.vhdl -" -# spin2.vhdl - -for f in $files; do - analyze $src/$f - synth leds +for f in fixed1 blink multi1 multi2 spin1 rotate1 rotate2 rotate3 rotate4; do + synth "$src/leds.vhdl $src/${f}.vhdl -e leds" done clean |