Steps to Change RTL Parameters - 1.0 English

Versal Adaptive SoC Soft DDR4 SDRAM Memory Controller LogiCORE IP Product Guide (PG353)

Document ID
PG353
Release Date
2023-10-18
Version
1.0 English
  1. Generate DDR4 IP with Controller and Physical Layer selected.
  2. In the Generate Output Products option do not select Generate instead select Skip.

  3. Set the following command on the Tcl console:
    set_property -dict [list config.TIMING_OP1 {true}] [get_ips <ip_name>]
    For example: set_property -dict [list config.TIMING_OP1 {true}] [get_ips ddr4_0]
    
    set_property -dict [list config.TIMING_OP2 {true}] [get_ips <ip_name>]
    
    For example: set_property -dict [list config.TIMING_OP2 {true}] [get_ips ddr4_0]
  4. Generate output files by selecting Generate Output Products after right-clicking IP.

The generated output files have the RTL parameter values set as per the Parameter Values Based on Tcl Command Option table in the Setting Timing Options section.