From dd09d461ccc613e5ddce8f5e588519859db374de Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 1 Jan 2020 21:35:07 +0100 Subject: More changes to instructions --- experiments/instructions.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experiments/instructions.org') diff --git a/experiments/instructions.org b/experiments/instructions.org index e125fd5..ee5827f 100644 --- a/experiments/instructions.org +++ b/experiments/instructions.org @@ -247,7 +247,7 @@ To fix this manually, one can add a ~$strobe("%b", y);~ on line 22 in the yosys #+begin_src bash cd output_ms/fuzz_1/simulation_yosys -sed -i '21 a $strobe("%b", y);' yosys_testbench.v +sed -i '21 a $strobe("%b", y);' yosys_testbench.v iverilog -o yosys_main yosys_testbench.v # ./yosys_main | grep 'x' ./yosys_main -- cgit