diff options
author | gatecat <gatecat@ds0.me> | 2022-04-08 19:51:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 19:51:46 +0100 |
commit | 9067d954f4b712d858403472b4a54970a562fc8e (patch) | |
tree | af4d4919e27a49d01c1c8607c817d07644e22303 /ice40 | |
parent | 57681e69ce75c781142908cf128bc3f3f59e2f6b (diff) | |
parent | 92a58a2631a30ac3f4c0291ecd1f2f01a912b9e9 (diff) | |
download | nextpnr-9067d954f4b712d858403472b4a54970a562fc8e.tar.gz nextpnr-9067d954f4b712d858403472b4a54970a562fc8e.tar.bz2 nextpnr-9067d954f4b712d858403472b4a54970a562fc8e.zip |
Merge pull request #974 from YosysHQ/gatecat/ci-restructure
ci: Restructure and move entirely to GH actions from Cirrus
Diffstat (limited to 'ice40')
-rwxr-xr-x | ice40/smoketest/attosoc/smoketest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/smoketest/attosoc/smoketest.sh b/ice40/smoketest/attosoc/smoketest.sh index 05408ab1..65823461 100755 --- a/ice40/smoketest/attosoc/smoketest.sh +++ b/ice40/smoketest/attosoc/smoketest.sh @@ -4,6 +4,6 @@ yosys -q -p 'synth_ice40 -json attosoc.json -top attosoc' attosoc.v picorv32.v $NEXTPNR --hx8k --json attosoc.json --pcf attosoc.pcf --asc attosoc.asc --freq 50 icetime -tmd hx8k -c 50 attosoc.asc icebox_vlog -L -l -p attosoc.pcf -c -n attosoc attosoc.asc > attosoc_pnr.v -iverilog -o attosoc_pnr_tb attosoc_pnr.v attosoc_tb.v `yosys-config --datdir/ice40/cells_sim.v` +iverilog -DNO_ICE40_DEFAULT_ASSIGNMENTS -o attosoc_pnr_tb attosoc_pnr.v attosoc_tb.v `yosys-config --datdir/ice40/cells_sim.v` vvp attosoc_pnr_tb diff output.txt golden.txt |