Looks like the power is not connected in the layou...
# lvs
m
Looks like the power is not connected in the layout. Your rtl looks like it's missing some power connections. Be sure to conditionally add them.
Copy code
user_proj_example mprj (
`ifdef USE_POWER_PINS
        .vccd1(vccd1),  // User area 1 1.8V power
        .vssd1(vssd1),  // User area 1 digital ground
`endif