...
TE-SDSoC Platforms
For newest available TE Platforms see:TE Reference Designs Overview. For older SDSoC Version examples check download area.
...
- Requirements:
- SDSoC 2017.4 (Includes automatically VIVADO 2017.4)
- (optional) Petalinux 2017.4
- Unzip Reference Design
- Do not change base folder name after extraction!
- Enable SDSOC, set install path of Xilinx tools, set your hardware assembly option in: "design_basic_settings.cmd"
- Create Reference Design: run "vivado_create_project_guimode.cmd"
- VIVADO:
- TCL-Console type: TE::hw_build_design -export_prebuilt
- (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
- TCL-Console type: TE::sw_run_hsi
- (optional) TCL-Console type:TE::ADV::beta_util_sdsoc_project -check_only
- SDSoC Ready Check without modify project
- TCL-Console type:TE::ADV::beta_util_sdsoc_project
- 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.
- Wait for project creation:
- SDSoC Platform is created on subfolder <design_name>/../SDSoC_PFM/<TE::SHORTDIR>/<design_name>
...