Creating a VC709(Virtex) Platform - for packet processing

  • Create New project , using a VC709 Board.
vc709_1 image
  • Create the predefined VC709 Platform
vc709_2 image * This will create a platform Canvas with VC709 + X86 connected over PCIe (Gen3)
  • Compile this platform using TCL command * vsi_compile_platform
vc709_3 image
  • Create a System Canvas using TCL command * vsi_create_system system
vc709_4 image
  • Import compiled platform into System Canvas * vsi_import_platform
vc709_5 image
  • After importing the platform the System canvas should have two execution contexts
  • X86 - is the software execution context & VC709 is the Hardware execution context