From 98d0dd96611dc2c0e444eaf9410f8adf2924c6b5 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Tue, 21 May 2024 08:26:50 +0200 Subject: alu graphic --- README.md | 4 ++++ res/alu.jpg | Bin 0 -> 644430 bytes 2 files changed, 4 insertions(+) create mode 100644 res/alu.jpg 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 Binary files /dev/null and b/res/alu.jpg differ -- cgit v1.2.3