Visible to Intel only — GUID: sss1425382024402
Ixiasoft
Visible to Intel only — GUID: sss1425382024402
Ixiasoft
1.3.1.3. Accessing the Error Detection Block through User Logic
Use the <device>_crcblock WYSIWYG component to establish the interface from the user logic to the error detection circuit. The <device>_crcblock primitive atom contains the input and output ports that you must include in the atom. To access the logic array, insert the <device>_crcblock WYSIWYG atom into your design.
You cannot use the information provided by the EMR to detect soft errors. Instead, use the information provided by the CRC_ERROR output signal because it is not affected by soft errors.
To enable the <device>_crcblock WYSIWYG atom, name the atom for each device accordingly. For example, the WYSIWYG atom for the Stratix® III device is stratixiii_crcblock and the Arria® II device is arriaii_crcblock.
Port | Input/Output | Definition |
---|---|---|
<crcblock_name> | Input | Unique identifier for the CRC block and represents any identifier name that is legal for the given description language, such as the Verilog HDL, VHDL, and Altera Hardware Description Language (AHDL). This is a required field. |
.clk(<clock source>) | Input | Designates the clock input of this cell. All operations of this cell are with respect to the rising edge of the clock. Whether loading data into the cell or out of the cell, this always occurs on the rising edge. This is a required port. |
.shiftnld (<shiftnld source>) | Input |
|
.crcerror (<crcerror out destination>) | Output |
|
.regout(<output destination>) | Output |
|
Example of the Input and Output Ports of a WYSIWYG Atom in a Stratix® III Device
Example shows the input and output ports of a WYSIWYG atom in a Stratix® III device.stratixiii_crcblock <crcblock_name>
(
.clk(<clock source>),
.shiftnld(<shiftnld source>),
.crcerror(<crcerror out destination>),
.regout(<output destination>)
);
defparam crc_wysiwyg_atom.oscillator_divider = 2