You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+17-6
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# Discrete 7400 logic based FPGA
2
-
A custom, modular FPGA architecture simulated in VHDL (GHDL), realized with discrete 7400-logic ICs and layouted on PCB with KiCAD.
2
+
A custom, modular FPGA architecture simulated in VHDL (GHDL), realized with discrete 7400-logic ICs, layouted on PCB with KiCAD and programmed through an abstraction layer via Arduino.
@@ -15,8 +16,12 @@ Ever since building Ben Eaters [8 bit CPU](https://eater.net/8bit) myself, I wan
15
16
The 8 bit CPU is arguably the worst CPU ever built - but it is a fantastic educational example.
16
17
And that is the case for the **4 bit FPGA**. It is a purely educational side project that boosted my knowledge about FPGA architecture, VHDL design and verification. Without further ado, here it is.
0 commit comments