Visible to Intel only — GUID: sam1412665116605
Ixiasoft
1.1. Features
1.2. Parameter Settings
1.3. Ports
1.4. Prototypes and Component Declarations
1.5. Functional Description
1.6. Simulating Intel® FPGA IP Cores
1.7. Generating ALTLVDS IP Core Using Clear Box Generator
1.8. LVDS SERDES Transmitter/Receiver IP Cores User Guide Archives
1.9. Document Revision History for LVDS SERDES Transmitter/Receiver IP Cores User Guide
1.5.1. Receiver Modes
1.5.2. DPA PLL Calibration
1.5.3. Initialization and Reset
1.5.4. Source-Synchronous Timing Analysis and Timing Constraints
1.5.5. Arria II GX, Arria® V, Arria® V GZ, Cyclone® V, and Stratix® V LVDS Package Skew Compensation Report Panel
1.5.6. ALTLVDS IP Core in External PLL Mode
Visible to Intel only — GUID: sam1412665116605
Ixiasoft
1.7. Generating ALTLVDS IP Core Using Clear Box Generator
Apart from the IP core parameter editor, you can also use the clear box generator, a command-line executable, to configure parameters that are in the ALTLVDS_TX and ALTLVDS_RX parameter editors. The clear box generator creates or modifies custom IP core variations that you can instantiate in a design file. The clear box generator generates IP core variation file in Verilog HDL or VHDL format.
- Create a text file (.txt) that contains your clear box ports and parameter settings in your working directory.
- Open the command prompt and change the current directory to your working directory by typing: cd c:\altera\11.0\quartus\work\
The clear box executable file name is clearbox.exe.
- To view the available ports and parameters for this IP core, type one of the following commands: clearbox altlvds_tx -h or clearbox altlvds_rx -h.
- To generate the ALTLVDS_TX and ALTLVDS_RX IP cores variation file based on the ports and parameter settings in the text file, type one of the following commands: clearbox altlvds_tx -f *.txt or clearbox altlvds_rx -f *.txt.
For example, clearbox altlvds_tx -f sample_param_test.txt
- After the clear box generator generates the IP core variation files, instantiate the IP core module in a HDL file or a block diagram file in the Intel® Quartus® Prime software.
- To view the estimated hardware resources that the ALTLVDS_TX and ALTLVDS_RX IP cores use, type one of the following commands: clearbox altlvds_tx -f sample_param_test.txt -resc_count or clearbox altlvds_rx -f sample_param_test.txt -resc_count.
This command does not generate a HDL file.