From 92a58a2631a30ac3f4c0291ecd1f2f01a912b9e9 Mon Sep 17 00:00:00 2001 From: gatecat Date: Fri, 8 Apr 2022 14:05:03 +0100 Subject: ci: Restructure and move entirely to GH actions from Cirrus Signed-off-by: gatecat --- ice40/smoketest/attosoc/smoketest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40') 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 -- cgit v1.2.3