File tree 2 files changed +2
-2
lines changed
crlcore/python/technos/node180
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def _routing ():
123
123
cfg .etesian .aspectRatio = 1.00
124
124
cfg .etesian .aspectRatio = [10 , 1000 ]
125
125
cfg .etesian .spaceMargin = 0.10
126
- cfg .etesian .uniformDensity = True
126
+ cfg .etesian .densityVariation = 0.05
127
127
cfg .etesian .routingDriven = False
128
128
cfg .etesian .latchUpDistance = u (30.0 - 1.0 )
129
129
#cfg.etesian.diodeName = 'diode'
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def _routing():
112
112
cfg.etesian.aspectRatio = 1.00
113
113
cfg.etesian.aspectRatio = [10, 1000]
114
114
cfg.etesian.spaceMargin = 0.10
115
- cfg.etesian.uniformDensity = True
115
+ cfg.etesian.densityVariation = 0.05
116
116
cfg.etesian.routingDriven = False
117
117
cfg.etesian.latchUpDistance = u(30.0 - 1.0)
118
118
cfg.etesian.diodeName = 'diode_w1'
You can’t perform that action at this time.
0 commit comments