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

EP3C16Q144C6ES 参数 Datasheet PDF下载

EP3C16Q144C6ES图片预览
型号: EP3C16Q144C6ES
PDF下载: 下载PDF文件 查看货源
内容描述: 的Cyclone III器件手册 [Cyclone III Device Handbook]
分类和应用:
文件页数/大小: 274 页 / 7308 K
品牌: ALTERA [ ALTERA CORPORATION ]
 浏览型号EP3C16Q144C6ES的Datasheet PDF文件第257页浏览型号EP3C16Q144C6ES的Datasheet PDF文件第258页浏览型号EP3C16Q144C6ES的Datasheet PDF文件第259页浏览型号EP3C16Q144C6ES的Datasheet PDF文件第260页浏览型号EP3C16Q144C6ES的Datasheet PDF文件第262页浏览型号EP3C16Q144C6ES的Datasheet PDF文件第263页浏览型号EP3C16Q144C6ES的Datasheet PDF文件第264页浏览型号EP3C16Q144C6ES的Datasheet PDF文件第265页  
Chapter 11: SEU Mitigation in the Cyclone III Device Family
Software Support
11–9
lists the name of the WYSIWYG atom for Cyclone III device family.
Table 11–7. WYSIWYG Atoms
Device
Cyclone III
Cyclone III LS
WYSIWYG Atom
cycloneiii_crcblock
cycloneiiils_crcblock
1
To enable the
cycloneiii_crcblock
primitive in version 8.0 SP1 or earlier of the
Quartus II software, turn on the error detection CRC feature in the
Device and Pins
Options
dialog box. This is not required when you are using version 8.1 and later of
the Quartus II software.
shows an example of how to define the input and output ports of a
WYSIWYG atom in a Cyclone III LS device.
Example 11–1. Error Detection Block Diagram
cycloneiiils_crcblock<crcblock_name>
(
.clk(<clock source>),
.shiftnld(<shiftnld source>),
.ldsrc(<ldsrc source>),
.crcerror(<crcerror out destination>),
.regout(<output destination>),
.cyclecomplete(<cyclecomplete destination>),
);
lists the input and output ports that must be included in the atom. The
input and output ports of the atoms for Cyclone III device family are similar, except
for the
cyclecomplete
port which is for Cyclone III LS devices only.
Table 11–8. CRC Block Input and Output Ports
Port
<crcblock_name>
Input/Output
Input
(Part 1 of 2)
Definition
Unique identifier for the CRC block, and represents any identifier name that is
legal for the given description language (For example Verilog HDL, VHDL,
AHDL). This field is required.
This signal designates the clock input of this cell. All operations of this cell are
with respect to the rising edge of the clock. Whether it is the loading of the
data into the cell or data out of the cell, it always occurs on the rising edge.
This port is required.
This signal is an input into the error detection block. If
shiftnld=1,
the
data is shifted from the internal shift register to the
regout
at each rising edge
of
clk.
If
shiftnld=0,
the shift register parallel loads either the
pre-calculated CRC value or the update register contents depending on the
ldsrc
port input. This port is required.
.clk(<clock
source>
Input
.shiftnld
(<shiftnld
source>)
Input
December 2011
Altera Corporation
Cyclone III Device Handbook
Volume 1