OpenRAM icon indicating copy to clipboard operation
OpenRAM copied to clipboard

Consider spare columns when building liberty file

Open martialonso opened this issue 4 months ago • 0 comments

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

martialonso avatar Aug 16 '25 00:08 martialonso