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/test-icezum/testsuite.sh | |
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/test-icezum/testsuite.sh')
-rwxr-xr-x | testsuite/examples/test-icezum/testsuite.sh | 10 |
1 files changed, 5 insertions, 5 deletions
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 |