For each module of this tutorial, Vitis can be run via the GUI or at the command line (more efficient in the context of this tutorial):
Click to expand! (Vitis GUI
instructions)
Using Vitis via the GUI
TIP: When following the links below, right-click “open in another tab” to avoid losing the context for these instructions.
Open a terminal.
Set up and launch Vitis.
“File” menu -> “Import…”.
Accept the default of the Vitis project exported zip file, and click Next.
Click Browse on the next window, and navigate to the
./docs/module1_baseline/project
directory.Select the
vitis_export_archive.ide.zip
, and click OK.In the next window, click Finish.
Setting Up the Platform
On the center window pane, click on the triple dot icon
...
right after the platform link.Navigate to specify the platform accessible from your system.
Building and Emulating the Design
Notice the “Assistant” window pane with its three main flow steps.
Emulation-SW
: Validate the design at the functional level.Emulation-HW
: Compile the kernel into a cycle accurate representation to better gauge metrics.Hardware
: Launch the full compilation and generate a bitstream.
Run the software emulation (takes a couple of minutes).
Run the hardware emulation (takes between 10 to 20 minutes).
When hardware emulation has completed, go to the following Vitis Analyzer section.
OR