OpenRAM
OpenRAM copied to clipboard
Consider spare columns when building liberty file
Spare columns are considered as extra data bits, thus extra pins are added. However, the data bus size on the liberty file only accounted for the real data bits. This would cause pin size mismatch issues when using such macros in OpenROAD and left the whole data port disconnected.
Fix it by properly setting the data bus size. Additionally, add the spare_wen pins, which were also missing.
Fixes #188