Hello everyone,
I recently hardened several macros in my design, allowing up to metal layer 5 (met5) for routing and using vertical met4 stripes for the power connection. Afterward, I integrated these macros into a top module and added a power ring using met4 and met5 layers. This top module was then integrated into the
user_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?