I was running routing and faced with this error an...
# general
u
I was running routing and faced with this error and dunno what should i do :  [ERROR GRT-0229] Vertical edge usage exceeds the maximum allowed. Error: groute.tcl, 71 GRT-0229 Here is the config:
Copy code
# User config
set ::env(DESIGN_NAME) encryption
Copy code
# Change if needed
set ::env(VERILOG_FILES) "$::env(DESIGN_DIR)/src/encryption.v"
Copy code
# Fill this
set ::env(CLOCK_PERIOD) "10.0"
set ::env(CLOCK_PORT) "clock"
set ::env(FP_CORE_UTIL) {30}
set ::env(CELL_PAD) {1}
set ::env(PL_TARGET_DENSITY) {0.35}
set ::env(GLB_RESIZER_HOLD_MAX_BUFFER_PERCENT) {60}
set ::env(CLOCK_NET) $::env(CLOCK_PORT)
set ::env(GLB_RESIZER_TIMING_OPTIMIZATIONS) 0
Copy code
set filename $::env(DESIGN_DIR)/$::env(PDK)_$::env(STD_CELL_LIBRARY)_config.tcl
if { [file exists $filename] == 1} {
	source $filename
}
v
reproducible tar will help to debug the issue. Raise the github issue