Skip to content

Commit d70b713

Browse files
committed
clock divider: add follow-up
1 parent 2ea743d commit d70b713

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

verilog/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ In other words, we should get:
121121
clk_in: 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 ....
122122
clk_out: 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 ....
123123

124+
Can you do the same, but 1024 times slower? (1024 = 2 to the 10th power, or
125+
`1 << 10`).
126+
124127
## Traffic light controller
125128

126129
module traffic(input wire clk,

0 commit comments

Comments
 (0)