mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Add LDCE/LDPE sim library, remove from *cells_xtra.{v,py}
This commit is contained in:
parent
4535f2c694
commit
5b5756b91e
6 changed files with 46 additions and 122 deletions
|
@ -108,8 +108,8 @@ XC6S_CELLS = [
|
|||
# Cell('FDRE'),
|
||||
# Cell('FDSE'),
|
||||
Cell('IDDR2', port_attrs={'C0': ['clkbuf_sink'], 'C1': ['clkbuf_sink']}),
|
||||
Cell('LDCE'),
|
||||
Cell('LDPE'),
|
||||
# Cell('LDCE'),
|
||||
# Cell('LDPE'),
|
||||
Cell('ODDR2', port_attrs={'C0': ['clkbuf_sink'], 'C1': ['clkbuf_sink']}),
|
||||
|
||||
# Slice/CLB primitives.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue