From f1a2fd966f62df072d2c43573fb71a1369857523 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 31 Mar 2013 11:51:12 +0200 Subject: Now only use value from "initial" when no matching "always" block is found --- tests/k68_vltor/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/k68_vltor/run.sh') diff --git a/tests/k68_vltor/run.sh b/tests/k68_vltor/run.sh index de831d38..97ccf238 100644 --- a/tests/k68_vltor/run.sh +++ b/tests/k68_vltor/run.sh @@ -7,7 +7,7 @@ if ( cd rtl mkdir -p ../synth - yosys -o ../synth/k68_soc.v -p 'hierarchy -check -top k68_soc; proc; opt; memory; opt' \ + ../../../../yosys -o ../synth/k68_soc.v -p 'hierarchy -check -top k68_soc; proc; opt; memory; opt' \ k68_soc.v k68_arb.v k68_cpu.v k68_load.v k68_clkgen.v k68_decode.v k68_execute.v \ k68_fetch.v k68_regbank.v k68_buni.v k68_b2d.v k68_ccc.v k68_d2b.v k68_rox.v \ k68_calc.v k68_dpmem.v k68_sasc.v sasc_brg.v sasc_top.v sasc_fifo4.v -- cgit v1.2.3