How difficult would it be to get `1r1w` generation...
# openram
k
How difficult would it be to get
1r1w
generation working with sky130?
m
You just change 1 rw to 1 w and it won't add the sense amps
So trivial
k
The last time I tried that the compiler stopped with an error something like: the size of columns is not a multiple of something...and I just assumed, I was not supposed to that 😄 I'll try to run it again. I probably had set something wrong.
Thanks! It seems to be running now! Let's see how the DRC/LVS turns out.
m
That error would be for a single port memory which requires the columns to be a multiple of 2 (including the replica column)
k
I see. Makes sense.