OpenRAM/compiler
Marti Alonso 21868f9de7 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.
2025-08-15 23:48:31 +00:00
..
base Update copyright year 2024-01-03 14:32:44 -08:00
characterizer Consider spare columns when building liberty file 2025-08-15 23:48:31 +00:00
datasheet Update copyright year 2024-01-03 14:32:44 -08:00
drc Update copyright year 2024-01-03 14:32:44 -08:00
gdsMill Use library imports globally 2022-11-27 13:01:20 -08:00
model_configs Update copyright year 2024-01-03 14:32:44 -08:00
modules Add gf180mcu ROM example 2024-02-03 11:31:58 +01:00
router Update copyright year 2024-01-03 14:32:44 -08:00
tests Give u+x permissions for rom tests 2024-01-20 17:49:52 -08:00
verify Update copyright year 2024-01-03 14:32:44 -08:00
Makefile Change compiler name for unit tests 2022-11-06 14:05:08 -08:00
debug.py Update copyright year 2024-01-03 14:32:44 -08:00
gen_stimulus.py Update copyright year 2024-01-03 14:32:44 -08:00
globals.py Update copyright year 2024-01-03 14:32:44 -08:00
model_data_util.py Update copyright year 2024-01-03 14:32:44 -08:00
options.py Update copyright year 2024-01-03 14:32:44 -08:00
rom.py Add gf180mcu ROM example 2024-02-03 11:31:58 +01:00
rom_config.py Update copyright year 2024-01-03 14:32:44 -08:00
run_profile.sh Convert pin map to a set for faster membership. 2019-04-01 15:45:44 -07:00
sram.py Update copyright year 2024-01-03 14:32:44 -08:00
sram_config.py Update copyright year 2024-01-03 14:32:44 -08:00
sram_factory.py Update copyright year 2024-01-03 14:32:44 -08:00
view_profile.py Update copyright year 2024-01-03 14:32:44 -08:00