Skip to content

Commit

Permalink
add hardware illustration for lab4
Browse files Browse the repository at this point in the history
  • Loading branch information
JiacongSun committed Nov 28, 2024
1 parent d6c24cb commit 8898c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lab4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ The goal of this lab is to perform the first run of the ZigZag-IMC, a ZigZag ext

## Inputs
There is one main input defined in the current folder:
1. **Hardware**: A sample accelerator is encoded in `imc_macro.yaml`. This accelerator features an Analog-based IMC (AIMC) array composed of 32×32 INT8 IMC units (`cells`). Each column has a 3-bit ADC, and the array processes activations in a bit-serial dataflow, handling 2 bits per cycle.
1. **Hardware**: A sample accelerator is encoded in `imc_macro.yaml`. This accelerator features an Analog-based IMC (AIMC) array composed of 32×32 INT8 IMC units (`cells`). Each column has a 3-bit ADC, and the array processes activations in a bit-serial dataflow, handling 2 bits per cycle. The corresponding hardware is shown in the image below.

<img src="./lab4/lab4.png" title="Analog In-Memory Computing hardware template">

## Running the Experiment

Expand Down
Binary file added lab4/lab4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8898c9e

Please sign in to comment.