LFXP2-8E-7FT256C Lattice, LFXP2-8E-7FT256C Datasheet - Page 269

FPGA - Field Programmable Gate Array 8K LUTs 201I/O Inst- on DSP 1.2V -7 Spd

LFXP2-8E-7FT256C

Manufacturer Part Number
LFXP2-8E-7FT256C
Description
FPGA - Field Programmable Gate Array 8K LUTs 201I/O Inst- on DSP 1.2V -7 Spd
Manufacturer
Lattice
Datasheet

Specifications of LFXP2-8E-7FT256C

Number Of Macrocells
8000
Number Of Programmable I/os
201
Data Ram Size
226304
Supply Voltage (max)
1.26 V
Maximum Operating Temperature
+ 85 C
Minimum Operating Temperature
0 C
Mounting Style
SMD/SMT
Supply Voltage (min)
1.14 V
Package / Case
FTBGA-256
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
LFXP2-8E-7FT256C
Manufacturer:
Lattice Semiconductor Corporation
Quantity:
10 000
Lattice Semiconductor
end process;
addout <= multout_reg + dataout_reg;
process (clk, reset)
begin
if (reset = ‘1’) then
elsif (clk’event and clk=’1’) then
end if;
end process;
end arch;
The above RTL will infer the following block diagram:
Figure 13-11. MULT18X18MACB Block Diagram
This block diagram can be mapped directly into the sysDSP primitives. Note that if a test point were added between
the multiplier and the accumulator, or two output registers, etc. the code could not be mapped into a
MULT18X18MACB of a sysDSP Block. Therefore, options that could be included in a design are input registers,
pipeline registers, etc. For more Inferring design examples refer to EXAMPLES in the ispLEVER software.
dataout_reg <= (others => ‘0’);
dataout_reg <= addout;
Multiplier
13-10
Accumulator
Lattice XP2 sysDSP Usage Guide

Related parts for LFXP2-8E-7FT256C