3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-20 00:49:44 +00:00

fix $specrule port naming

This commit is contained in:
Emil J. Tywoniak 2026-04-13 16:48:27 +02:00
parent 413169663d
commit 3e45f9729e
4 changed files with 4 additions and 6 deletions

View file

@ -337,7 +337,7 @@ rtlil_cells = [
# ("tribuf", ["A", "EN", "Y"]),
# ("specify2", ["EN", "SRC", "DST"]),
# ("specify3", ["EN", "SRC", "DST", "DAT"]),
# ("specrule", ["EN_SRC", "EN_DST", "SRC", "DST"]),
# ("specrule", ["SRC_EN", "DST_EN", "SRC", "DST"]),
BWCell("bweqx", [10, 16, 40]),
BWCell("bwmux", [10, 16, 40]),
FFCell("ff", [10, 20, 40]),