aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/test-icestick/testsuite.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/test-icestick/testsuite.sh b/testsuite/test-icestick/testsuite.sh
index 99bf9eb..f7cd7ec 100755
--- a/testsuite/test-icestick/testsuite.sh
+++ b/testsuite/test-icestick/testsuite.sh
@@ -10,4 +10,7 @@ for f in fixed1 blink multi1 multi2 spin1 rotate1 rotate2 rotate3 rotate4; do
synth "$src/leds.vhdl $src/${f}.vhdl -e leds"
done
+UART_SRC=$src/uart/hdl
+synth "$UART_SRC/uart_rx.vhd $UART_SRC/uart_tx.vhd $UART_SRC/uart_top.vhd -e uart_top"
+
clean