I'm using sky130 SRAM already hardened macro in my...
# sky130
j
I'm using sky130 SRAM already hardened macro in my design but it is giving DRC violations, can someone suggests how to deal with them?
r
Open the open-galaxy desktop in your browser and navigate to the directory with your design in it. Open Klayout or magic (whichever is giving the error) and open the design and run DRC
a
Use the PDK provided one. There should be fix for it.
j
@User yes I'm using the PDK provided one but getting magic DRC violations
a
The drcs for non abstract sram cell are okay. The magic drc is missing the drc rules for SRAM cells.
You should use abstract sram cells instead.
As far as I am aware
j
And how can I do that? kindly guide a bit
a
Unfortunately I dont know.