From 4f3462be120ad924ae1f6df5cc59a2d0a87f459d Mon Sep 17 00:00:00 2001 From: marph91 <33229141+marph91@users.noreply.github.com> Date: Thu, 22 Aug 2019 20:45:38 +0200 Subject: Icestick uart (#37) * added UART example for the icestick * extended testsuite by the UART example --- testsuite/test-icestick/testsuite.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite') 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 -- cgit v1.2.3