Article ID: 000079170 Content Type: Troubleshooting Last Reviewed: 11/24/2011

RLDRAM II Controller with UniPHY Simulation fails in Riviera-PRO

Environment

    Quartus® II Subscription Edition
    Simulation
BUILT IN - ARTICLE INTRO SECOND COMPONENT

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:

  1. Near the top of the file, change the parameter declaration for MEM_WRITE_DQS_WIDTH from: parameter MEM_WRITE_DQS_WIDTH = “”; to parameter MEM_WRITE_DQS_WIDTH = 1;
  2. Further down in the file, change: time [MEM_WRITE_DQS_WIDTH - 1:0] mem_dk_time; to time mem_dk_time[MEM_WRITE_DQS_WIDTH]

Related Products

This article applies to 1 products

Intel® Programmable Devices

1