diff options
author | Marcin KoĆcielnicki <koriakin@0x04.net> | 2019-11-21 13:05:30 +0100 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-01-29 01:40:00 +0100 |
commit | 7e0e42f907260e76e3c7cb01c907a0cf61a6e326 (patch) | |
tree | 1a948b1efc41c7d639feff064eb9e8713c2486eb /techlibs/xilinx/cells_xtra.py | |
parent | 7939727d14f44b5d56ca3806d0907e9fceea2882 (diff) | |
download | yosys-7e0e42f907260e76e3c7cb01c907a0cf61a6e326.tar.gz yosys-7e0e42f907260e76e3c7cb01c907a0cf61a6e326.tar.bz2 yosys-7e0e42f907260e76e3c7cb01c907a0cf61a6e326.zip |
xilinx: Add simulation model for DSP48 (Virtex 4).
Diffstat (limited to 'techlibs/xilinx/cells_xtra.py')
-rw-r--r-- | techlibs/xilinx/cells_xtra.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/xilinx/cells_xtra.py b/techlibs/xilinx/cells_xtra.py index d5c58c5d7..06e982a0e 100644 --- a/techlibs/xilinx/cells_xtra.py +++ b/techlibs/xilinx/cells_xtra.py @@ -209,7 +209,7 @@ CELLS = [ # Cell('MULT18X18SIO', port_attrs={'CLK': ['clkbuf_sink']}), # Spartan 3E # Cell('DSP48A', port_attrs={'CLK': ['clkbuf_sink']}), # Spartan 3A DSP # Cell('DSP48A1', port_attrs={'CLK': ['clkbuf_sink']}), # Spartan 6 - Cell('DSP48', port_attrs={'CLK': ['clkbuf_sink']}), # Virtex 4 + # Cell('DSP48', port_attrs={'CLK': ['clkbuf_sink']}), # Virtex 4 Cell('DSP48E', port_attrs={'CLK': ['clkbuf_sink']}), # Virtex 5 #Cell('DSP48E1', port_attrs={'CLK': ['clkbuf_sink']}), # Virtex 6 / Series 7 Cell('DSP48E2', port_attrs={'CLK': ['clkbuf_sink']}), # Ultrascale |