Hi everyone, I have seen some SRAM macros in Open ...
# sky130
b
Hi everyone, I have seen some SRAM macros in Open MPW 5 projects, such as riscduino, but I could not see any SRAM primitive in Skywater PDK files. Is there any primitive for SRAM in Skywater PDK? If yes, how can I use them?
v
have you installed PDK with
make pdk-with-sram
?
b
I had installed with
make pdk
. I have installed with
make pdk-with-sram
and I can see the macros now. Thanks a lot 🙂