Knowledge Base Article

Why do I see the unconstrained path at the Agilex™ 7 FPGA M-Series DDR5 EMIF IP interface?

Description

When you compile the design on the Timing analyzer tab, you may see the unconstrained path at the Agilex™ 7 FPGA M-Series DDR5 EMIF IP interface.

Resolution

DQS clock name has to be *dqs_t and *dqs_c at the top module to associate DQS as clock signals.
For example 
//inout   [ 4:0]  MEM0_DQS_P,         
//inout   [ 4:0]  MEM0_DQS_N,         
   inout   [ 4:0]  MEM0_dqs_t,         
   inout   [ 4:0]  MEM0_dqs_c,    
  

 

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