Critical Issue
Description
Simulation in Riviera-PRO may fail, with an error message
suggesting that MEM_WRITE_DQS_WIDTH must contain a
positive value.
Resolution
The workaround for this issue is to open the alt_mem_if_rldramii_mem_model.sv file in a text editor, and make the following changes:
- Near the top of the file, change the parameter
declaration for
MEM_WRITE_DQS_WIDTHfrom:parameter MEM_WRITE_DQS_WIDTH = “”;toparameter MEM_WRITE_DQS_WIDTH = 1; - Further down in the file, change:
time [MEM_WRITE_DQS_WIDTH - 1:0] mem_dk_time;totime mem_dk_time[MEM_WRITE_DQS_WIDTH]