When running `make user_project_wrapper` I get a r...
# openlane
s
When running
make user_project_wrapper
I get a rather cryptic error:
[ERROR]: There are violations in the design after detailed routing.
followed by
[ERROR]: Total Number of violations is 1
How can I dig deeper into the problem? I found https://open-source-silicon.slack.com/archives/C016H8WJMBR/p1670299346562019 but there's nothing that says what I'm looking for in the GUI. The logfile just says there's a short of some sort on layer met1
v
Use
GRT_ADJUSTMENT
and reduce met1 resource by setting
0.8
still facing issue file github issue with testcase and share issue link
s
Did you want me to adjust that in my design (which seems to complete just fine?) or in the `config.json for
user_project_wrapper
?`
v
config.jspn
config.json
s
config.json for my project, or config.json for user_project_wrapper?
v
user_project_wrapper
s
Looks like that got further, thanks. I would never have thought to look for that knob.