Hi all! How can I compile SRAM for sky130? As I se...
# openram
a
Hi all! How can I compile SRAM for sky130? As I see in chat history, I need additional cells for SRAM, but I can't find in in installed PDK. What I am doing wrong?
Copy code
ERROR: file design.py: line 47: Custom cell pin names do not match spice file:
['BL0', 'BR0', 'BL1', 'BR1', 'WL0', 'WL1', 'VDD', 'GND'] vs []
m
You need to run "make install" to ensure that the libraries are fetched and installed properly.
a
Thanks a lot!