Hi! While precheck, my design is showing DRC error...
# caravel
a
Hi! While precheck, my design is showing DRC errors but when I open my design using magic it shows no DRC errors. I'm confused about the error that is happening.
t
There are several possibilities why this might happen. Can you share the URL to your repo so that I can look at it?
Sir! What is the reason of this error?
t
The precheck runs full DRC with magic's
drc style drc(full)
. If you do that and then run
drc check
, you will see the errors.
a
Thankyou Sir for your help.