-
Notifications
You must be signed in to change notification settings - Fork 834
Open
Labels
grtGlobal RoutingGlobal Routing
Description
Describe the bug
default global_route finished, global_route -use_cugr ERROR's out
[WARNING GRT-0281] Net SYSCLK has a large fanout of 6956 terminals.
design statistics
lib DBU: 1000
die region (in DBU): [x: (0, 959600), y: (0, 959600)]
num of nets : 34032
num of special nets: 0
gcell grid: 159 x 159 x 6
stage 1: pattern routing
[ERROR GRT-0286] Failed to determine parent layer index on net lx1/ejtag/CORE_CLOCK_N.
[ERROR GUI-0070] GRT-0286
Expected Behavior
global_route -use_cugr should work.
global_route without -use_cugr finishes and detail routes.
Environment
MacOS, Tue Mar 10
git a44cc9d6e542308da1947f99b3b5e071f854f3ab
OpenROAD bazel-nostamp
Features included (+) or not (-): -GPU +GUI -PythonTo Reproduce
get lef/def from #5557
openroad -gui -threads max risc2.or
read_lef lef/risc2.lef.gz
#read_def def/risc2.def.gz
#read_def def/risc2.noram.def.gz
read_def def/risc2.first_quadrant.noram.def.gz
#set_routing_layers -signal metal1-metal5
set_global_routing_layer_adjustment * 0.5
#macro_placement
#global_placement_debug -generate_images
#global_placement -density 0.95
global_placement -density 0.8
#global_placement
#set_debug_level DPL legalize 1
#dpl::detailed_placement_debug
detailed_placement
#global_route -allow_congestion -verbose
global_route -use_cugr
detailed_route -drc_report_iter_step 1
#write_db routed.db.gz
Relevant log output
Screenshots
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
grtGlobal RoutingGlobal Routing