Article ID: 000078211 Content Type: Error Messages Last Reviewed: 05/17/2023

Warning- Decimal constant truncated Constant '2047' is truncated to 10 bits: 1023. ../altera_pcie_a10_hip_140/sim/altpcie_a10_hip_pipen1b.v", Source info: parameter [9:0] retry_buffer_last_active_address = 10'd2047

Environment

  • Quartus® II Subscription Edition
  • Simulation
  • PCI Express
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT
    Description

    You might see the above warning in a VCS simulation due to an incorrect value for the retry_buffer_last_active_address parameter. The problem does not affect the simulation result.

    Resolution

    The correct value is

    parameter [9:0] retry_buffer_last_active_address = 10\'d1023

    This problem will be fixed in a future version of the Quartus® software.

    Related Products

    This article applies to 1 products

    Intel® Arria® 10 GX FPGA