ci: Run generic example simple.sh
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
9fa13b5adc
commit
c33da42365
@ -2,7 +2,7 @@ task:
|
|||||||
name: build-test-ubuntu1604
|
name: build-test-ubuntu1604
|
||||||
container:
|
container:
|
||||||
cpu: 4
|
cpu: 4
|
||||||
memory: 16
|
memory: 20
|
||||||
dockerfile: .cirrus/Dockerfile.ubuntu16.04
|
dockerfile: .cirrus/Dockerfile.ubuntu16.04
|
||||||
|
|
||||||
build_script: mkdir build && cd build && cmake .. -DARCH=all -DTRELLIS_ROOT=/usr/local/src/prjtrellis -DBUILD_TESTS=on && make -j $(nproc)
|
build_script: mkdir build && cd build && cmake .. -DARCH=all -DTRELLIS_ROOT=/usr/local/src/prjtrellis -DBUILD_TESTS=on && make -j $(nproc)
|
||||||
@ -11,5 +11,6 @@ task:
|
|||||||
test_ice40_script: cd build && ./nextpnr-ice40-test
|
test_ice40_script: cd build && ./nextpnr-ice40-test
|
||||||
smoketest_ice40_script: export NEXTPNR=$(pwd)/build/nextpnr-ice40 && cd ice40/smoketest/attosoc && ./smoketest.sh
|
smoketest_ice40_script: export NEXTPNR=$(pwd)/build/nextpnr-ice40 && cd ice40/smoketest/attosoc && ./smoketest.sh
|
||||||
test_ecp5_script: cd build && ./nextpnr-ecp5-test
|
test_ecp5_script: cd build && ./nextpnr-ecp5-test
|
||||||
|
smoketest_generic_script: export NEXTPNR=$(pwd)/build/nextpnr-generic && cd generic/examples && ./simple.sh
|
||||||
regressiontest_ice40_script: make -j $(nproc) -C tests/ice40/regressions NPNR=$(pwd)/build/nextpnr-ice40
|
regressiontest_ice40_script: make -j $(nproc) -C tests/ice40/regressions NPNR=$(pwd)/build/nextpnr-ice40
|
||||||
regressiontest_ecp5_script: make -j $(nproc) -C tests/ecp5/regressions NPNR=$(pwd)/build/nextpnr-ecp5
|
regressiontest_ecp5_script: make -j $(nproc) -C tests/ecp5/regressions NPNR=$(pwd)/build/nextpnr-ecp5
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
yosys -p "tcl ../synth/synth_generic.tcl 4 blinky.json" blinky.v
|
yosys -p "tcl ../synth/synth_generic.tcl 4 blinky.json" blinky.v
|
||||||
../../nextpnr-generic --pre-pack simple.py --pre-place simple_timing.py --json blinky.json --post-route bitstream.py
|
${NEXTPNR:-../../nextpnr-generic} --pre-pack simple.py --pre-place simple_timing.py --json blinky.json --post-route bitstream.py
|
||||||
|
Loading…
Reference in New Issue
Block a user