RapidIO Intel FPGA IP User Guide

ID 683884
Date 9/15/2021
Public
Document Table of Contents

2.9.4. Sourcing Multiple Tcl Scripts for Variations other than Intel® Arria® 10 and Intel® Cyclone® 10 GX

If you use Intel® -provided Tcl scripts to specify constraints for IP cores, you must run the Tcl script associated with each generated RapidIO IP core. For example, if a system has rio1 and rio2 IP core variations, then you must source rio1_constraints.tcl, execute the add_rio_constraints command and then source rio2_constraints.tcl and run the add_rio_constraints command, sequentially, from the Tcl console after generation
Note: After you compile the design once, you can run the add_rio_constraints command with the -no_compile option to suppress analysis and synthesis, and decrease turnaround time during development. More specifically, after you run source rio1_constraints.tcl; add_rio_constraints, you can run source rio2_constraints.tcl; add_rio_constraints -no_compile