Hello everyone, I was running magic separately to ...
# magic
a
Hello everyone, I was running magic separately to check drc in my gds file. I am getting
Cell user_proj_example has 2297 error tiles.
and
Total DRC errors found: 0
. I wanted to ask what are error tiles and is my design clean from drc violations.
t
I am not certain, but the likely problem is that some of the commands report the errors that are inside the "cursor box". Try doing
select top cell
between loading the design and running the DRC commands.
a
@Tim Edwards I have tried that this is what I am getting.
t
Try using
drc check
instead of
drc catchup
? I'm not sure that
catchup
will initiate a DRC run if one is not ongoing.
a
@Tim Edwards This is what I am getting.
t
I would need to see the example files because I don't really understand the underlying issue here.