Skip to content

Commit 753ac53

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/grt/test/pin_access1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
grt_aux.set_routing_layers(design, signal="met1-met5", clock="met3-met5")
2727

2828
design.evalTclString(
29-
"pin_access -bottom_routing_layer met1 -top_routing_layer met5 -verbose 0"
29+
"pin_access -verbose 0"
3030
)
3131

3232
gr.setVerbose(True)

src/grt/test/pin_access1.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set_global_routing_layer_adjustment * 0.5
1818

1919
set_routing_layers -signal met1-met5 -clock met3-met5
2020

21-
pin_access -bottom_routing_layer met1 -top_routing_layer met5 -verbose 0
21+
pin_access -verbose 0
2222

2323
global_route -verbose
2424

src/grt/test/pin_access2.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set_global_routing_layer_adjustment * 0.5
1818

1919
set_routing_layers -signal met1-met5 -clock met3-met5
2020

21-
pin_access -bottom_routing_layer met1 -top_routing_layer met5 -verbose 0
21+
pin_access -verbose 0
2222

2323
global_route -verbose
2424

0 commit comments

Comments
 (0)