aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/examples/test-icezum/testsuite.sh
blob: 49066890446a8ac865413aa3d578a78ed4621dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

topdir=../..
. $topdir/testenv.sh

src=../../../icezum

synth_ice40 $src/led_on/led_on.vhdl -e led_on
synth_ice40 $src/blink/blink.vhdl -e blink
synth_ice40 $src/pushbutton/pushbutton.vhdl -e pushbutton
synth_ice40 $src/pushbutton_and/pushbutton_and.vhdl -e pushbutton_and

clean