Hi! I am currently trying to port my design from M...
# openlane
p
Hi! I am currently trying to port my design from MPW2 to MPW3, and get the following errors:
k
Hi @User I had some issues with PDN as well and what worked for me was to place the macro in a position where the y position is calculated using the default macro position mprj 1175 1690 N
so try to put your macro calculating the y-position as 1690 +/- n*180
p
Thanks, I will try that!
k
be sure to pass a clean LVS and DRC after implementation, those checks are important
g
@User: The user proj example will use only one power and ground net, so other power, gnd nets are left unconnected, which causes the error. In your config file, specify vccd1 alone for VDD_NETS & vssd1 alone for GND_NETS. This will solve the issue.
👍 2
p
Yes, vccd1 was the solution, thanks Gokul!