mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-14 13:41:27 +00:00
xilinx: Add xilinx_dffopt pass (#1557)
This commit is contained in:
parent
aff6ad1ce0
commit
a235250403
11 changed files with 638 additions and 27 deletions
|
@ -66,7 +66,7 @@ CELLS = [
|
|||
# CLB -- registers/latches.
|
||||
# Virtex 1/2/4/5, Spartan 3.
|
||||
Cell('FDCPE', port_attrs={'C': ['clkbuf_sink']}),
|
||||
Cell('FDRSE', port_attrs={'C': ['clkbuf_sink']}),
|
||||
# Cell('FDRSE', port_attrs={'C': ['clkbuf_sink']}),
|
||||
Cell('LDCPE', port_attrs={'C': ['clkbuf_sink']}),
|
||||
# Virtex 6, Spartan 6, Series 7, Ultrascale.
|
||||
# Cell('FDCE'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue