SDSoC 使用

562 阅读1分钟
  • 修改dsa文件

    利用Vivado重新选择FPGA型号xczu7ev-fbvb900-2-i,建立工程,生成block design,指定Platform Hardware Interfaces,write_dsa生成硬件描述文件。

  • 在SDSoC里面生成平台(软、硬件平台)

    新建Platform Project,导入修改过的dsa文件,设置 Software Specification,导入Boot directory和bif文件,选择OS为Linux,processor为psu_cortexa53_0。

特别注意:

  1. 新建domain,需要导入image文件
  2. 在libraries里面需要添加对应架构的库文件。如D:\Xilinx\SDx\SDx\2018.3\target\aarch64-linux\lib

PS:如果src文件导入的是SDSoC范例的话,System Configuration名称需要设置为Sysconfig1。