aboutsummaryrefslogtreecommitdiffstats
path: root/experiments/instructions.org
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-01-01 21:35:07 +0100
committerYann Herklotz <git@yannherklotz.com>2020-01-01 21:35:07 +0100
commitdd09d461ccc613e5ddce8f5e588519859db374de (patch)
tree3a2b39ffea839c193a7ffa4ceb43e448f8811918 /experiments/instructions.org
parentf5380d9f6fe5b13441be394d4401683022ea72dc (diff)
downloadverismith-dd09d461ccc613e5ddce8f5e588519859db374de.tar.gz
verismith-dd09d461ccc613e5ddce8f5e588519859db374de.zip
More changes to instructions
Diffstat (limited to 'experiments/instructions.org')
-rw-r--r--experiments/instructions.org2
1 files changed, 1 insertions, 1 deletions
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