Tim Edwards
11/20/2020, 1:37 PMAireen Amir Jalal
11/20/2020, 1:47 PMmagic -T ../../../../../../../pdks/sky130A/libs.tech/magic/sky130A.tech lef read ../../tmp/merged.lef def read spm.drc.mag
. It has 1057 drc errors. Looking at them I see that they are all the same as mentioned here: Error area #2:
Local interconnect minimum area < 0.0561um^2 (li.6)Tim Edwards
11/20/2020, 2:31 PMTim Edwards
11/20/2020, 2:32 PMmagic -rcfile ../../../../../../../pdks/sky130A/libs.tech/magic/sky130A.magicrc
then the startup file will set the file paths so that you can then do "def read" without needing to do "lef read", because the standard cells will be in the search path.Aireen Amir Jalal
11/20/2020, 2:37 PMTim Edwards
11/24/2020, 8:43 PMAireen Amir Jalal
11/25/2020, 4:33 PM