Knowledge Base Article

SDI with Enabled Transmitter Clock Multiplexer will Fail Compilation in the Quartus II Software due to Missing Constraint Parameters

Description

The simulation testbench for SOPC Builder generated variations of the IP Compiler for PCI Express has the test_in[5] bit set to 0 by default. However, the correct default value is 1.

The default value of 0 allows the IP Compiler for PCI Express to enter compliance test mode.

Resolution
  1. Open Quartus II > Tools > Tcl Scripts
  2. Select design constraint .tcl file and open
  3. Edit the file by adding the following lines:
set_instance_assignment -name IO_STANDARD”1.5-V PCML” -to tx_serial_refclk1 set_instance_assignment -name IO_STANDARD”1.5-V PCML” -to tx_serial_refclk
  • Run and compile
Solution Status

This issue will be fixed in a future version of the SDI MegaCore function.

Updated 2 months ago
Version 2.0
No CommentsBe the first to comment