@@ -38,7 +38,7 @@ Circuits 는 다음과 같은 목차로 구성되어 있다.
3838
3939---
4040
41- ## 3.4.2 .1. Four-bit binary counter
41+ ## 3.4.3 .1. Four-bit binary counter
4242### Module Declaration
4343난이도: ★☆☆☆☆
4444``` verilog
@@ -80,7 +80,7 @@ endmodule
8080
8181```
8282
83- ## 3.4.2 .2. Decade counter (Count10)
83+ ## 3.4.3 .2. Decade counter (Count10)
8484### Module Declaration
8585난이도: ★☆☆☆☆
8686``` verilog
@@ -122,7 +122,7 @@ endmodule
122122```
123123
124124
125- ## 3.4.2 .3. Decade counter again (Count1to10)
125+ ## 3.4.3 .3. Decade counter again (Count1to10)
126126### Module Declaration
127127난이도: ★☆☆☆☆
128128``` verilog
@@ -163,7 +163,7 @@ module top_module (
163163endmodule
164164```
165165
166- ## 3.4.2 .4. Slow decade counter Countslow
166+ ## 3.4.3 .4. Slow decade counter Countslow (Countslow)
167167### Module Declaration
168168난이도: ★★☆☆☆
169169``` verilog
@@ -208,7 +208,7 @@ endmodule
208208```
209209
210210
211- ## 3.4.2 .5. Counter 1-12 (Exmas/ece241 2014 q7a)
211+ ## 3.4.3 .5. Counter 1-12 (Exmas/ece241 2014 q7a)
212212### Module Declaration
213213난이도: ★★★★☆
214214``` verilog
@@ -308,7 +308,7 @@ endmodule
308308
309309<br >
310310
311- ## 3.4.2 .6. Counter 1000 (Exams/ece241 2014 q7b)
311+ ## 3.4.3 .6. Counter 1000 (Exams/ece241 2014 q7b)
312312### Module Declaration
313313난이도: ★★★☆☆
314314``` verilog
@@ -369,7 +369,7 @@ endmodule
369369
370370```
371371
372- ## 3.4.2 .7. 4-digit decimal counter (Countbcd)
372+ ## 3.4.3 .7. 4-digit decimal counter (Countbcd)
373373### Module Declaration
374374난이도: ★★★☆☆
375375``` verilog
@@ -431,7 +431,7 @@ module cnt_bcd(
431431endmodule
432432```
433433
434- ## 3.4.2 .8. 12-hour clock (Count clock)
434+ ## 3.4.3 .8. 12-hour clock (Count clock)
435435### Module Declaration
436436난이도: ★★★★☆
437437``` verilog
0 commit comments