Rafael Oliveira
11/01/2024, 1:48 AMuser_project_wrapper
.
I'm wondering if this approach might present any issues because I am using a ring with met5 and mt4 in my topmodule. Specifically, I encountered a situation where I had to set "RUN_IRDROP_REPORT": false
to avoid the following warning when integrating my top module in the user_project_wrapper:
> [WARNING PSM-0038] Unconnected PDN node on net vccd1 at location (1426.418um, 1542.240um).
Upon reviewing the design, I noticed that vias have been added to establish the necessary connections.
Does anyone have insights or suggestions on addressing this approach is ok?Mitch Bailey
11/01/2024, 2:26 AMWB_BRIDGE
only intersects with one power rail which is probably a problem. Either reduce the pitch or move the macro so that it intersects with both a power and ground.
The user_project_wrapper level appears to be ok with the top level horizontal power rails avoiding the macro met5.Rafael Oliveira
11/01/2024, 10:57 AMRafael Oliveira
11/01/2024, 11:19 AMMitch Bailey
11/01/2024, 1:01 PMU_CORE
? You want check both the vssd1 and vccd1 connections. Are there 2 sets of vias at the error location?
As for the last question, as long as the top level power rails can route over the top of the macro, I think you’re ok.