is DRC command support to change/assign the layer color?

Hi Sir,
in our side , we wnat to check DRC and output some rule issue as below command.
RDL=input(154,1)
RDL.width(10.5.micron).output(154,4)
RDL.space(10.micron).output(154,3)
currently , in the layer map , I have layer #154,1 only.

can I assign color /style for #154 , 4 in DRC command?
that will look like ...
RDL=input(154,1)
RDL.width(10.5.micron).output(154,4)
if (154,4) is avaliable(have DRC output reslut) , color red ...

RDL.space(10.micron).output(154,3)
if (154,3) is avaliable (have DRC output reslut , color yellow ...

Comments

  • No, you can't assign colors in DRC. You can basically load a layer properties file, but you cannot generate layers with a specific color.

    Matthias

Sign In or Register to comment.