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
Vijayan Krishnan
01/10/2022, 5:22 AM
reproducible tar will help to debug the issue. Raise the github issue
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.