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:
parent
413169663d
commit
3e45f9729e
4 changed files with 4 additions and 6 deletions
|
|
@ -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]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue