
Implementation of AES S-Box circuits using a direct computation rather than lookup table.
See tests/test.py for the I/O sequences needed to interact with the design.
None
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | Address pin 0 | Ready | Data pin 0 |
| 1 | Address pin 1 | Write enabled | Data pin 1 |
| 2 | Address pin 2 | Trigger | Data pin 2 |
| 3 | Address pin 3 | None | Data pin 3 |
| 4 | Address pin 4 | None | Data pin 4 |
| 5 | Address pin 5 | None | Data pin 5 |
| 6 | Read/write mode | None | Data pin 6 |
| 7 | I/O latch | None | Data pin 7 |