aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-21 08:26:50 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2024-05-21 08:26:50 +0200
commit98d0dd96611dc2c0e444eaf9410f8adf2924c6b5 (patch)
treefb37b6175c794fe2e30aa0c89aad29d3980414a1
parentfefd558d0133b1c796de108d3be6cf579e262e7b (diff)
downloadriscv_cpu-98d0dd96611dc2c0e444eaf9410f8adf2924c6b5.tar.gz
riscv_cpu-98d0dd96611dc2c0e444eaf9410f8adf2924c6b5.zip
alu graphic
-rw-r--r--README.md4
-rw-r--r--res/alu.jpgbin0 -> 644430 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b2dabd..75001f9 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,10 @@ The board used in this project is a [Tang Nano 9K](https://wiki.sipeed.com/hardw
![Memory Layout](res/memory_layout.jpg)
+### ALU
+
+![ALU](res/alu.jpg)
+
## Waveform Example
Here we can see the waveforms of various internal signal of the CPU, executing the following instructions:
diff --git a/res/alu.jpg b/res/alu.jpg
new file mode 100644
index 0000000..4ee0b11
--- /dev/null
+++ b/res/alu.jpg
Binary files differ