Yueting Li
06/16/2022, 10:16 AMKlayout Metal Minimum Clear Area Density
step when make run-precheck
. I'm not sure how to deal with those unused pins to avoid this error. Here is our repo https://github.com/YuetingLi666/caravel_user_project_analog_BGR, you could find our ./gds/user_analog_project_wrapper.gds
and ./netgen/user_analog_project_wrapper.spice
there. Looking forward to ur suggestions!Yueting Li
06/16/2022, 10:36 AMTim Edwards
06/16/2022, 1:38 PMTim Edwards
06/16/2022, 1:39 PMYueting Li
06/16/2022, 4:23 PMYueting Li
06/16/2022, 4:29 PMTim Edwards
06/16/2022, 4:53 PMYueting Li
06/16/2022, 9:10 PMgds/user_analog_project_wrapper.gds
with the netgen/user_analog_project_wrapper.spice
. If the .spice have many hierarchies, the 'min density area' would take some hierarchies as top hierarchies and try to check the subcell metal density. I tried to flat my whole design firstly into user_analog_project_wrapper.mag
and then use gds write to get user_analog_project_wrapper.gds
to avoid this issue, then extract this gds into netgen/.spice, this method works for me.Tim Edwards
06/16/2022, 9:12 PM