mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 00:53:26 +00:00
xilinx: Add missing blackbox cell for BUFPLL.
This commit is contained in:
parent
0466c48533
commit
2badaa9adb
2 changed files with 21 additions and 0 deletions
|
@ -372,6 +372,7 @@ CELLS = [
|
|||
Cell('BUFIO2', port_attrs={'IOCLK': ['clkbuf_driver'], 'DIVCLK': ['clkbuf_driver']}),
|
||||
Cell('BUFIO2_2CLK', port_attrs={'IOCLK': ['clkbuf_driver'], 'DIVCLK': ['clkbuf_driver']}),
|
||||
Cell('BUFIO2FB', port_attrs={'O': ['clkbuf_driver']}),
|
||||
Cell('BUFPLL', port_attrs={'IOCLK': ['clkbuf_driver']}),
|
||||
Cell('BUFPLL_MCB', port_attrs={'IOCLK0': ['clkbuf_driver'], 'IOCLK1': ['clkbuf_driver']}),
|
||||
|
||||
# Clock buffers (IO and regional) -- Virtex.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue