Scoping Constraints to the Module Reference Block in the IP Integrator - 2023.1 English

Vivado Design Suite User Guide: Dynamic Function eXchange (UG909)

Document ID
UG909
Release Date
2023-05-24
Version
2023.1 English

You can scope constraints to module reference block by adding the XDC file to the CONSTRSET of the OOC run as followss:

  1. When the design is ready to synthesize, generate the block design output products.

    The OOC runs appear in the Design Runs tab.

  2. Add the intended file to the CONSTRSET of the OOC synthesis of the IP. For example:
    
    add_files -fileset [get_property CONSTRSET [get_runs PL_inst_0_snet_pl_top_wrapper_inst_0_synth_1]] 
    ./snet_xilinx_example_prj/snet.srcs/constrs_1/imports/cdc/cdc_level_async_in.scoped.xdc
    
  3. Launch Synthesis.