Tip: The following
steps can be used when setting up Nimbix and other cloud platforms.
There are a few steps required to start the debug servers prior to debugging the design in the Vivado hardware manager.
- Set up your Vitis core development kit as described in Setting Up the Vitis Environment.
- Launch the
xvc_pcie
server. The file name passed toxvc_pcie
must match the character driver file installed with the kernel device driver, where<driver_id>
can be found by examining the /dev folder.>xvc_pcie -d /dev/xvc_pub.<device_id>
Tip: Thexvc_pcie
server has many useful command line options. You can issuexvc_pcie -help
to obtain the full list of available options. - Start the
hw_server
on port3121
, and connect to the XVC server on port10201
using the following command:>hw_server -e "set auto-open-servers xilinx-xvc:localhost:10201" -e "set always-open-jtag 1"
- Launch Vivado Design Suite and
open the hardware manager:
vivado