We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ea729 commit 3e0d0ebCopy full SHA for 3e0d0eb
2.4_sequential_logic.ipynb
@@ -112,7 +112,7 @@
112
"Note:\n",
113
"* The module has an input for clock (and reset) that you didn't add- this is the implicit clock\n",
114
"* The variable `register` shows up as `reg [11:0]`, as expected\n",
115
- "* There is a block sectioned off by ` `ifdef Randomize` that initialized the register to some random variable before simulation starts\n",
+ "* There is a block sectioned off by `ifdef Randomize` that initialized the register to some random variable before simulation starts\n",
116
"* `register` is updated on `posedge clock`"
117
]
118
},
@@ -589,4 +589,4 @@
589
590
"nbformat": 4,
591
"nbformat_minor": 2
592
-}
+}
0 commit comments