Skip to content

Commit 3e0d0eb

Browse files
authored
Update 2.4_sequential_logic.ipynb - fixed typo (freechipsproject#176)
1 parent 97ea729 commit 3e0d0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2.4_sequential_logic.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"Note:\n",
113113
"* The module has an input for clock (and reset) that you didn't add- this is the implicit clock\n",
114114
"* 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",
115+
"* There is a block sectioned off by `ifdef Randomize` that initialized the register to some random variable before simulation starts\n",
116116
"* `register` is updated on `posedge clock`"
117117
]
118118
},
@@ -589,4 +589,4 @@
589589
},
590590
"nbformat": 4,
591591
"nbformat_minor": 2
592-
}
592+
}

0 commit comments

Comments
 (0)