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: about 1 year ago
JSON representation

Create a Logisim control ROM given a truth table in Google Sheets

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
```