Skip to content

Commit

Permalink
Merge pull request #5446 from eder-matheus/tst_verbose
Browse files Browse the repository at this point in the history
test: run grt with verbose
  • Loading branch information
eder-matheus authored Jul 26, 2024
2 parents 15236fb + ee16d82 commit 0ee1c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flow.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pin_access -bottom_routing_layer $min_routing_layer \

set route_guide [make_result_file ${design}_${platform}.route_guide]
global_route -guide_file $route_guide \
-congestion_iterations 100
-congestion_iterations 100 -verbose

set verilog_file [make_result_file ${design}_${platform}.v]
write_verilog -remove_cells $filler_cells $verilog_file
Expand Down

0 comments on commit 0ee1c77

Please sign in to comment.