欢迎访问ic37.com |
会员登录 免费注册
发布采购

EPM240T100C5N 参数 Datasheet PDF下载

EPM240T100C5N图片预览
型号: EPM240T100C5N
PDF下载: 下载PDF文件 查看货源
内容描述: [暂无描述]
分类和应用: 可编程逻辑器件输入元件PC
文件页数/大小: 295 页 / 3815 K
品牌: ALTERA [ ALTERA CORPORATION ]
 浏览型号EPM240T100C5N的Datasheet PDF文件第27页浏览型号EPM240T100C5N的Datasheet PDF文件第28页浏览型号EPM240T100C5N的Datasheet PDF文件第29页浏览型号EPM240T100C5N的Datasheet PDF文件第30页浏览型号EPM240T100C5N的Datasheet PDF文件第32页浏览型号EPM240T100C5N的Datasheet PDF文件第33页浏览型号EPM240T100C5N的Datasheet PDF文件第34页浏览型号EPM240T100C5N的Datasheet PDF文件第35页  
Chapter 2: MAX II Architecture
Logic Elements
2–9
Normal Mode
The normal mode is suitable for general logic applications and combinational
functions. In normal mode, four data inputs from the LAB local interconnect are
inputs to a four-input LUT (see
The Quartus II Compiler automatically
selects the carry-in or the data3 signal as one of the inputs to the LUT. Each LE can use
LUT chain connections to drive its combinational output directly to the next LE in the
LAB. Asynchronous load data for the register comes from the data3 input of the LE.
LEs in normal mode support packed registers.
Figure 2–7.
LE in Normal Mode
sload
sclear
(LAB
Wide)
(LAB
Wide)
Register chain
connection
aload
(LAB
Wide)
addnsub (LAB
Wide)
(1)
data1
data2
data3
cin (from cout
of previous LE)
data4
4-Input
LUT
ALD/PRE
ADATA Q
D
ENA
CLRN
Row, column, and
DirectLink routing
Row, column, and
DirectLink routing
clock (LAB
Wide)
ena (LAB
Wide)
aclr (LAB
Wide)
Local routing
LUT chain
connection
Register
chain output
Register Feedback
Note to
(1) This signal is only allowed in normal mode if the LE is at the end of an adder/subtractor chain.
Dynamic Arithmetic Mode
The dynamic arithmetic mode is ideal for implementing adders, counters,
accumulators, wide parity functions, and comparators. An LE in dynamic arithmetic
mode uses four 2-input LUTs configurable as a dynamic adder/subtractor. The first
two 2-input LUTs compute two summations based on a possible carry-in of 1 or 0; the
other two LUTs generate carry outputs for the two chains of the carry-select circuitry.
As shown in
the LAB carry-in signal selects either the
carry-in0
or
carry-in1 chain. The selected chain’s logic level in turn determines which parallel sum
is generated as a combinational or registered output. For example, when
implementing an adder, the sum output is the selection of two possible calculated
sums:
data1 + data2 + carry in0
or
data1 + data2 + carry-in1