Knowledge Base Article

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

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.

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