Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuckb/rv32icltrom
Create a Logisim control ROM given a truth table in Google Sheets
https://github.com/chuckb/rv32icltrom
Last synced: 4 days ago
JSON representation
Create a Logisim control ROM given a truth table in Google Sheets
- Host: GitHub
- URL: https://github.com/chuckb/rv32icltrom
- Owner: chuckb
- License: mit
- Created: 2024-06-09T23:06:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T02:40:09.000Z (5 months ago)
- Last Synced: 2024-06-16T03:33:04.187Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rv32icltrom
Create a Logisim control ROM given a truth table in Google Sheets.
This accompanies my RISC-V ISA video at https://www.youtube.com/watch?v=EwxU4F3i-fY## Usage
```
python buildrom.py < tt.csv > control.rom
```