diff options
Diffstat (limited to 'techlibs/ice40/spram.txt')
-rw-r--r-- | techlibs/ice40/spram.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/techlibs/ice40/spram.txt b/techlibs/ice40/spram.txt new file mode 100644 index 000000000..ed0699f7d --- /dev/null +++ b/techlibs/ice40/spram.txt @@ -0,0 +1,12 @@ +ram huge $__ICE40_SPRAM_ { + abits 14; + width 16; + cost 2048; + byte 4; + port srsw "A" { + clock posedge; + clken; + wrbe_separate; + rdwr no_change; + } +} |