Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Scroll pdf ignore

Table of Contents
outlinetrue

 


...

TE-SDSoC Platforms

For newest available TE Platforms see:TE Reference Designs Overview. For older SDSoC Version examples check download area.

...

  1. Requirements:
    1. SDSoC 2017.4 (Includes automatically VIVADO 2017.4)
    2. (optional) Petalinux 2017.4
  2. Unzip Reference Design
    1. Do not change base folder name after extraction!
  3. Enable SDSOC, set install path of Xilinx tools, set your hardware assembly option in: "design_basic_settings.cmd"
  4. Create Reference Design: run "vivado_create_project_guimode.cmd"
  5. VIVADO:
    1. TCL-Console type: TE::hw_build_design -export_prebuilt
    2. (optional) find hardware handoff file .hdf under prebuilt folder, build your own Petalinux image using Petalinux BSP provided under os folder and place new images to correct subfolder in prebuilt/os
    3. TCL-Console type: TE::sw_run_hsi
    4. (optional) TCL-Console type:TE::ADV::beta_util_sdsoc_project -check_only
      1. SDSoC Ready Check without modify project
    5. TCL-Console type:TE::ADV::beta_util_sdsoc_project
      1. Attention: Vivado project will be modified by copying constrain files locally to project. Recreate project with Bachtfile to restore original Vivado project with externally linked constrains.
    6. Wait for project creation:
      1. SDSoC Platform is created on subfolder <design_name>/../SDSoC_PFM/<TE::SHORTDIR>/<design_name>

...