Skip to content

Commit 4f779d5

Browse files
committed
feat: 250409 블로그 숫자수정
1 parent b60ca9a commit 4f779d5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

_posts/2025-04-09-[HDL Bits] 11.Circuits - Seq Logic - Counters.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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 (
163163
endmodule
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(
431431
endmodule
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

Comments
 (0)