Closed Multimuffin closed 1 year ago
@Multimuffin
Can you please run make gui_cts
and check respective pins and its access?
Here are the cells and the pins that are causing the problems
Is this a PDK that can be shared publicly? If so a test case would be helpful.
If not, you can try adding
detailed_route_debug -pa -pa_markers -pin _135_:A
to scripts/detail_route.tcl before the router is invoked. If you run with the GUI it will stop on this pin and show you all the attempted pin access and the associated drc errors. Usually that gives a good clue as to what is going wrong.
Unfortunately not but I have figured out how to "solve" (or rather avoid) this issue. At first, I realized, that I forgot to adapt the values in thepdn.tcl
file which caused some minor issues. But in the end, I was just adding the problematic cells to the DONT_USE_CELLS
and the flow was running without any problems.
In the future I will try to figure out, what the exact reason for this issue has been but right now I am just happy, that I have got the flow up and running.
Nevertheless, thank you for the help, I appreciate that you are spending your time helping others
I am currently trying to integrate a new platform (tower) into the flow, and I am mainly referring to this tutorial. For the
config.mk
file in the platform directory, I simply copied the adequate file from thesky130hd
platform and changed it accordingly, as seen below. I have managed to reach the routing stage in the flow, but I cannot get past the following error message:Btw, as the input file, I have used the design example spm provided by OpenROAD.
Thanks for any help in advance; I would really appreciate it!
Expected Behavior
A fully functional flow, that gets past the routing stage.
Environment
To Reproduce
Files are listed below
Relevant log output
No response
Screenshots
No response
Additional Context
route.log
5_2_route.tmp.log
config.mk
config.mk.log
stucture of the platform folder