From 8bb8453af7acd34705a449cac9cd8427d6db43ba Mon Sep 17 00:00:00 2001 From: Aimylios <20016942+aimylios@users.noreply.github.com> Date: Sun, 19 Apr 2020 14:20:37 +0200 Subject: Improve examples for Lattice iCEstick - move "leds" examples to subdirectory - add Makefile - add *.json files to .gitignore - adjust README.md and fix some typos --- testsuite/examples/test-icestick/testsuite.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/examples') diff --git a/testsuite/examples/test-icestick/testsuite.sh b/testsuite/examples/test-icestick/testsuite.sh index 7184fcc..a649937 100755 --- a/testsuite/examples/test-icestick/testsuite.sh +++ b/testsuite/examples/test-icestick/testsuite.sh @@ -7,8 +7,9 @@ src=../../../examples/icestick # spin2 +LEDS_SRC=$src/leds for f in fixed1 blink multi1 multi2 spin1 rotate1 rotate2 rotate3 rotate4; do - synth_ice40 $src/leds.vhdl $src/${f}.vhdl -e leds + synth_ice40 $LEDS_SRC/leds.vhdl $LEDS_SRC/${f}.vhdl -e leds done UART_SRC=$src/uart/hdl -- cgit v1.2.3