google / globalfoundries-pdk-libs-gf180mcu_fd_pv

Apache License 2.0
12 stars 5 forks source link

DRC hits on implant layers #45

Closed lrburle closed 1 year ago

lrburle commented 1 year ago

Environment

I have ran the above script as shown by the README.md in the repo using this command: "python3 run_drc.py --path=user_project_wrapper.gds --variant=C --verbose --mp=4 --topcell=user_project_wrapper --thr=8 --connectivity --density --antenna --no_offgrid" . I am still seeing the DRC as mentioned before. The majority of the DRC is stemming from NP.2, NP.5b, PP.5b, and PP.8a. All of which seem to be hitting on the implant layers that are automatically generated and placed into the GDS upon extraction from magic (See screenshot in the attached zip, the layer that is shown to be too close is a layer that we did not place manually in the standard cell layouts). Also inside the zip file is the gds and lyrdb files as needed.

implant_layers_issue_files.zip

atorkmabrains commented 1 year ago

Thanks @lrburle we will take a look.

atorkmabrains commented 1 year ago

@FaragElsayed2 could you please check this?

FaragElsayed2 commented 1 year ago

Hi @lrburle and @atorkmabrains

image

image

image

image

atorkmabrains commented 1 year ago

@lrburle Could you please check?

lrburle commented 1 year ago

@atorkmabrains The changes found in the np_pp_fixup_efab branch here fixed the PP.5b and NP.5b issues for me.