Skip to content

Commit 83220aa

Browse files
authored
Merge pull request #793 from The-OpenROAD-Project-staging/asap7-gds-dbu
Fix dbu units in asap7 to get correctly scaled gds
2 parents 5f79b79 + 7d2ec9a commit 83220aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flow/platforms/asap7/KLayout/asap7.lyt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<technology>
33
<name>ASAP 7</name>
44
<description>ASAP 7 nm Technology</description>
5-
<dbu>0.001</dbu>
5+
<dbu>0.00025</dbu>
66
<base-path>./platforms/asap7/KLayout/</base-path>
77
<original-base-path>.klayout/tech/asap7/</original-base-path>
88
<layer-properties_file>asap7.lyp</layer-properties_file>
@@ -22,7 +22,7 @@
2222
<lefdef>
2323
<read-all-layers>true</read-all-layers>
2424
<layer-map>layer_map('BOUNDARY : 100/0';'M1 : 19/0';'M1.LABEL : 11/2';'M1.PIN : 11/251';'M2 : 20/0';'M2.LABEL : 20/2';'M2.PIN : 20/251';'M3 : 30/0';'M3.LABEL : 30/2';'M3.PIN : 30/251';'M4 : 40/0';'M4.LABEL : 40/2';'M4.PIN : 40/251';'M5 : 50/0';'M5.LABEL : 50/2';'M5.PIN : 50/251';'M6 : 60/0';'M6.LABEL : 60/2';'M6.PIN : 60/251';'M7 : 70/0';'M7.LABEL : 70/2';'M7.PIN : 70/251';'M8 : 80/0';'M8.LABEL : 80/2';'M8.PIN : 80/251';'M9 : 90/0';'M9.LABEL : 90/2';'M9.PIN : 90/251';'V0 : 18/0';'V0.LABEL : 29/0';'V1 : 21/0';'V2 : 25/0';'V3 : 35/0';'V4 : 45/0';'V5 : 55/0';'V6 : 65/0';'V7 : 75/0';'V8 : 85/0';'V9 : 95/0';'GATE : 7/0';'COMP : 101/0';'DIEAREA : 235/0')</layer-map>
25-
<dbu>0.001</dbu>
25+
<dbu>0.00025</dbu>
2626
<produce-net-names>true</produce-net-names>
2727
<net-property-name>#1</net-property-name>
2828
<produce-inst-names>true</produce-inst-names>
@@ -50,7 +50,7 @@
5050
<lef-files>./platforms/asap7/lef/asap7_tech_1x_201209.lef</lef-files>
5151
</lefdef>
5252
<dxf>
53-
<dbu>0.001</dbu>
53+
<dbu>0.00025</dbu>
5454
<unit>1</unit>
5555
<text-scaling>100</text-scaling>
5656
<circle-points>100</circle-points>
@@ -65,7 +65,7 @@
6565
</dxf>
6666
<cif>
6767
<wire-mode>0</wire-mode>
68-
<dbu>0.001</dbu>
68+
<dbu>0.00025</dbu>
6969
<layer-map>layer_map()</layer-map>
7070
<create-other-layers>true</create-other-layers>
7171
<keep-layer-names>false</keep-layer-names>

0 commit comments

Comments
 (0)