diff options
Diffstat (limited to 'testsuite/examples/test-icestick')
-rwxr-xr-x | testsuite/examples/test-icestick/testsuite.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/examples/test-icestick/testsuite.sh b/testsuite/examples/test-icestick/testsuite.sh new file mode 100755 index 0000000..025e8c2 --- /dev/null +++ b/testsuite/examples/test-icestick/testsuite.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +topdir=../.. +. $topdir/testenv.sh + +src=../../../icestick + +# spin2 + +for f in fixed1 blink multi1 multi2 spin1 rotate1 rotate2 rotate3 rotate4; do + synth_ice40 $src/leds.vhdl $src/${f}.vhdl -e leds +done + +UART_SRC=$src/uart/hdl +synth_ice40 $UART_SRC/uart_rx.vhd $UART_SRC/uart_tx.vhd $UART_SRC/uart_top.vhd -e uart_top + +clean |