aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/examples/test-ice40hx8k/testsuite.sh
blob: 52e061a0b975305df21316bce46dc55874105be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

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

src=../../../examples/ice40hx8k

synth_ice40 $src/leds.vhdl $src/spin1.vhdl -e leds
synth_ice40 $src/leds.vhdl $src/spin2.vhdl -e leds

clean