Anchit Proch
12/29/2021, 1:06 PMSTDOUT: {{STEP UPDATE}} Executing Check 7 of 13: Magic DRC
STDOUT: Found 60 violations
STDOUT: Violation Message "P-diff distance to N-tap must be < 15.0um (LU.3) "found 22 Times.
STDOUT: Violation Message "N-diff distance to P-tap must be < 15.0um (LU.2) "found 38 Times.
STDOUT: 60 DRC violations
STDOUT: {{MAGIC DRC CHECK FAILED}} The GDS file, user_analog_project_wrapper.gds, has DRC violations.
It passes all other checks except this one now. The output file for this job user_analog_project_wrapper.magic.drc
does not flag any DRC errors in OpenGalaxy too.Mitch Bailey
12/29/2021, 4:04 PMWajeh ul hasan
12/29/2021, 5:37 PMAnchit Proch
12/30/2021, 8:39 AMTim Edwards
12/30/2021, 3:46 PMdrc style drc(full)
in magic to see. Not all DRC checks are done interactively in magic by default, because some of them are compute-intensive and interfere with design work. You can switch from drc(fast)
to drc(full)
to get the full DRC report (or run the precheck script, which does the equivalent check), and then switch back to drc(fast)
when going back to design work.