Skip to content

Commit 9c22907

Browse files
committed
test: remove outdated drt options
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent 5045a0d commit 9c22907

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

test/flow.tcl

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ write_verilog $verilog_file
198198
################################################################
199199
# Global routing
200200

201-
pin_access -bottom_routing_layer $min_routing_layer \
202-
-top_routing_layer $max_routing_layer
201+
pin_access
203202

204203
set route_guide [make_result_file ${design}_${platform}.route_guide]
205204
global_route -guide_file $route_guide \
@@ -222,14 +221,11 @@ utl::metric "GRT::ANT::errors" [ant::antenna_violation_count]
222221
# Detailed routing
223222

224223
# Run pin access again after inserting diodes and moving cells
225-
pin_access -bottom_routing_layer $min_routing_layer \
226-
-top_routing_layer $max_routing_layer
224+
pin_access
227225

228226
detailed_route -output_drc [make_result_file "${design}_${platform}_route_drc.rpt"] \
229227
-output_maze [make_result_file "${design}_${platform}_maze.log"] \
230228
-no_pin_access \
231-
-bottom_routing_layer $min_routing_layer \
232-
-top_routing_layer $max_routing_layer \
233229
-verbose 0
234230

235231
write_guides [make_result_file "${design}_${platform}_output_guide.mod"]
@@ -254,8 +250,6 @@ while { [check_antennas] && $repair_antennas_iters < 5 } {
254250

255251
detailed_route -output_drc [make_result_file "${design}_${platform}_ant_fix_drc.rpt"] \
256252
-output_maze [make_result_file "${design}_${platform}_ant_fix_maze.log"] \
257-
-bottom_routing_layer $min_routing_layer \
258-
-top_routing_layer $max_routing_layer \
259253
-verbose 0
260254

261255
incr repair_antennas_iters

0 commit comments

Comments
 (0)