<#1050 FP_PDN_AUTO_ADJUST should guarantee that it...
# openlane-development
g
#1050 FP_PDN_AUTO_ADJUST should guarantee that it snaps to the manufacturing grid New issue created by tdene Prompt The
FP_PDN_AUTO_ADJUST
flag, as implemented here currently sets the pitch and offset of the power grid by dividing the core width and height by the hard-coded values 4 and 8. While this is sufficient for currently-supported PDKs, it is not future-proof. Proposal The method in question should get information about the manufacturing grid and use it to snap the power grid to the manufacturing grid. More discussion on this topic, and implementation ideas, can be found in the comments of #1044. The-OpenROAD-Project/OpenLane