You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
223 B
Markdown

# ToySRAM
* 64x24 behaviorals
## Compile
```
# full behavioral
verilator --lint-only -I. -Wno-LITENDIAN regfile_64x24_2r1w_behav.v
# split into subarrays
verilator --lint-only -I. -Wno-LITENDIAN regfile_64x24_2r1w.v
```