<#1575 OpenLane should verify VDD and GND nets exi...
# openlane-development
g
#1575 OpenLane should verify VDD and GND nets exist Issue created by xobs Description OpenLane should verify that the nets defined in
GND_NETS
and
VDD_NETS
actually exist before using them, and that they match the names used in the current PDK. If these nets do not exist, a fatal error should be produced. Proposal It may be possible to modify the Yosys script to check for nets that match these names as part of an early pass. The-OpenROAD-Project/OpenLane