Skip to content

Commit 2293da2

Browse files
committed
week 3 blog
1 parent a5223be commit 2293da2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

content/posts/Blog_5.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ date: 2024-05-23T02:39:39+02:00
44
draft: false
55
---
66

7-
Here is the detailed blog post for Week 3 of the nand2tetris course titled "Memory". This post includes the HDL code for each component and highlights the challenges faced during the implementation, particularly the Program Counter (PC).
8-
9-
---
10-
11-
title: nand2Tetris - Week 3 - Memory
12-
date: 2024-05-21T00:01:57+02:00
13-
draft: false
14-
157
# Memory
168

179
This week, I focused on building memory components, from basic bits to the RAM16K chip. The transition from combinatorial logic to sequential logic was marked by the introduction of the DFF (Data Flip-Flop) chip, which serves as the fundamental building block for memory in this unit.

0 commit comments

Comments
 (0)