diff options
author | eine <6628437+eine@users.noreply.github.com> | 2020-01-19 03:25:43 +0000 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-01-19 04:25:43 +0100 |
commit | 910073d647e55d133494429d8c3a4bacffc32428 (patch) | |
tree | 6b1e616a1f670d44b03c1239ab5cba8aff15b909 /testsuite/examples | |
parent | 175123cda990ee2b5cfac461bd8ec44956da302a (diff) | |
download | ghdl-yosys-plugin-910073d647e55d133494429d8c3a4bacffc32428.tar.gz ghdl-yosys-plugin-910073d647e55d133494429d8c3a4bacffc32428.tar.bz2 ghdl-yosys-plugin-910073d647e55d133494429d8c3a4bacffc32428.zip |
migrate from Travis to GHA and rework examples (#78)
* migrate from Travis to GHA
* rework examples
Diffstat (limited to 'testsuite/examples')
-rwxr-xr-x | testsuite/examples/test-ice40hx8k/testsuite.sh | 2 | ||||
-rwxr-xr-x | testsuite/examples/test-icestick/testsuite.sh | 2 | ||||
-rwxr-xr-x | testsuite/examples/test-icezum/testsuite.sh | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/examples/test-ice40hx8k/testsuite.sh b/testsuite/examples/test-ice40hx8k/testsuite.sh index 3bf7f9c..52e061a 100755 --- a/testsuite/examples/test-ice40hx8k/testsuite.sh +++ b/testsuite/examples/test-ice40hx8k/testsuite.sh @@ -3,7 +3,7 @@ topdir=../.. . $topdir/testenv.sh -src=../../../ice40hx8k +src=../../../examples/ice40hx8k synth_ice40 $src/leds.vhdl $src/spin1.vhdl -e leds synth_ice40 $src/leds.vhdl $src/spin2.vhdl -e leds diff --git a/testsuite/examples/test-icestick/testsuite.sh b/testsuite/examples/test-icestick/testsuite.sh index 025e8c2..7184fcc 100755 --- a/testsuite/examples/test-icestick/testsuite.sh +++ b/testsuite/examples/test-icestick/testsuite.sh @@ -3,7 +3,7 @@ topdir=../.. . $topdir/testenv.sh -src=../../../icestick +src=../../../examples/icestick # spin2 diff --git a/testsuite/examples/test-icezum/testsuite.sh b/testsuite/examples/test-icezum/testsuite.sh index 4906689..5386f10 100755 --- a/testsuite/examples/test-icezum/testsuite.sh +++ b/testsuite/examples/test-icezum/testsuite.sh @@ -3,11 +3,11 @@ topdir=../.. . $topdir/testenv.sh -src=../../../icezum +src=../../../examples/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 +synth_ice40 $src/led_on.vhdl -e led_on +synth_ice40 $src/blink.vhdl -e blink +synth_ice40 $src/pushbutton.vhdl -e pushbutton +synth_ice40 $src/counter.vhdl -e counter clean |