mirror of https://github.com/VLSIDA/OpenRAM.git
Add comment layer to display.drf so it is included in .lyp file.
This commit is contained in:
parent
fc0fe91bb4
commit
2af72db5dc
|
|
@ -493,6 +493,23 @@
|
|||
<name>metal10.drawing - 29/0</name>
|
||||
<source>29/0@1</source>
|
||||
</properties>
|
||||
<properties>
|
||||
<frame-color>#9900e6</frame-color>
|
||||
<fill-color>#9900e6</fill-color>
|
||||
<frame-brightness>0</frame-brightness>
|
||||
<fill-brightness>0</fill-brightness>
|
||||
<dither-pattern>C0</dither-pattern>
|
||||
<line-style>C0</line-style>
|
||||
<valid>true</valid>
|
||||
<visible>true</visible>
|
||||
<transparent>false</transparent>
|
||||
<width>1</width>
|
||||
<marked>false</marked>
|
||||
<xfill>false</xfill>
|
||||
<animation>0</animation>
|
||||
<name>comment.drawing - 239/0</name>
|
||||
<source>239/0@1</source>
|
||||
</properties>
|
||||
<name/>
|
||||
<custom-dither-pattern>
|
||||
<pattern>
|
||||
|
|
|
|||
|
|
@ -1223,6 +1223,7 @@ drDefinePacket(
|
|||
( display prBoundary blank solid purple purple )
|
||||
( display prBoundaryBnd blank solid cyan cyan )
|
||||
( display prBoundaryLbl blank solid purple purple )
|
||||
( display comment blank solid purple purple )
|
||||
( display align blank solid tan tan )
|
||||
( display hardFence blank solid red red )
|
||||
( display softFence blank solid yellow yellow )
|
||||
|
|
|
|||
Loading…
Reference in New Issue