For details about synthesis and implementation, see the Vivado Design Suite User Guide: Designing with IP (UG896).
Note: The example design does not provide pinout
assignments. Depending on the targeted board, you must add pinout assessments to the
example design XDC.
After following the steps described in Design Flow Steps, implement the example design as follows:
- Right-click the core in the Hierarchy window, and select Open IP Example Design.
- A new window pops up, asking you to specify a directory for the example design. Select a new directory or keep the default directory. A new project is automatically created in the selected directory and opened in a new Vivado IDE window.
- In the Flow Navigator (left-side pane), click Run
Implementation, and follow the directions. In the current
project directory, a new project with the name _ex0 is created, and the files
are delivered in that directory. This directory and its subdirectories contain
all the source files that are required to create the AXI Switch example
design.Note: Some signals can be trimmed/optimized in synthesis and implementation of the design. To check the signals in the waveform from the post synthesized or implemented design, you can disable the optimization in GUI setting using the
set_property STEPS.OPT_DESIGN.IS_ENABLED false [get_runs impl_1]command before synthesizing the design.