Visible to Intel only — GUID: whv1613668273070
Ixiasoft
1. About the 5G LDPC Intel® FPGA IP
2. Getting Started with the Intel® FPGA IP
3. Designing with the 5G LDPC Intel® FPGA IP
4. 5G LDPC Intel® FPGA IP Functional Description
5. Parameter Optimization for the 5G LDPC IP
6. 5G LDPC IP User Guide Document Archive
7. Document Revision History for the 5G LDPC Intel® FPGA IP User Guide
Visible to Intel only — GUID: whv1613668273070
Ixiasoft
3.2. Simulating the 5G LDPC IP RTL
Verify that the RTL behaves the same as these models.
Before simulating, generate a 5G LDPC design example.
- For Synopsys VCS, in the directory /simulation_scripts/synopsys/vcsmx:
- Execute source vcsmx_setup.sh.
After the compilation finishes, it will run the simulation and finish in 100 ps as the default set in the vcsmx_setup.sh.
- Execute ./simv
VCS starts to simulate. At the end of the simulation, a script compares the decoder output with the expected output (decoder only) and you see Simulation passed.
- Execute source vcsmx_setup.sh.
- For Mentor ModelSim, in the directory /simulation_scripts/mentor:
- Execute vsim.
- In the GUI, execute source msim_setup.tcl.
- Execute ld to compile the Intel Quartus Prime simulation library, IP design, and testbench files
- Execute run -all to start the simulation.
At the end of the simulation, a script compares the decoder output with the expected output (decoder only) and you see Simulation passed. . - For Cadence NCSim, in the directory /simulation_scripts/cadence, execute source ncsim_setup.sh.
At the end of the simulation, a script compares the decoder output with the expected output (decoder only) and you see Simulation passed.