Hi <@U0172QZ342D>, I am getting lvs pins mismatch ...
# shuttle
a
Hi @User, I am getting lvs pins mismatch while hardening the user_project_wrapper using make user project wrapper command:
Copy code
LVS reports:
    net count difference = 0
    device count difference = 0
    unmatched nets = 0
    unmatched devices = 0
    unmatched pins = 2
    property failures = 0
Total errors = 2
Looking at the logs I see these warnings:
Copy code
Type: macro, CORE_macro_grid_1
    Macro orientation: R0 R180 MX MY R90 R270 MXR90 MYR90
    Straps
    Connect: {met4_PIN_ver met5}
[INFO PDN-0012] **** END INFO ****
[INFO PDN-0013] Inserting stdcell grid - stdcell_grid.
[INFO PDN-0010] Inserting macro grid for 1 macros.
[INFO PDN-0034]   - grid CORE_macro_grid_1 for instance mprj
[INFO PDN-0015] Writing to database.
[INFO]: PDN generation was successful.
[INFO]: Changing layout from /project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/floorplan/5-ioPlacer.macro_placement.def to /project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/floorplan/7-pdn.def
[WARNING]: All internal macros will not be connected to power.
And this led me to look at the pdn.def on klayout, where I found that the metal 5 rails is not being laid over the macro, and the macro isn't getting connected.. How can I solve this issue?