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

Merge pull request #5803 from YosysHQ/emil/specrule-port-sanity

Fix $specrule port naming inconsistency
This commit is contained in:
Emil J 2026-04-22 10:46:36 +00:00 committed by GitHub
commit 64e7ce2f57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 7 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]),