SVF - 2024.1 简体中文

Vitis 统一软件平台文档 应用加速开发 (UG1393)

Document ID
UG1393
Release Date
2024-07-03
Version
2024.1 简体中文
以下提供了各命令后接其选项(如有)和相应选项的 Python 方法(如有)。

svf con

svf = s.svf()
svf.con()

svf config

-scan-chain
svf = s.svf()
svf.config(scan_chain=[0x14738093, 12, 0x5ba00477, 4], device_index=1, cpu_index=0,
out='/home/rpalla/Desktop/svf1.svf')
device-index <index>
无方法可用
cpu-index <processor core>
无方法可用
out <filename>
无方法可用
delay <tcks>
无方法可用
--linkdap
无方法可用
bscan <user port>
无方法可用
mk_chunksize <size in bytes>
无方法可用
exec_mode
无方法可用

svf delay

svf.delay(tcks=1000)

svf dow

<file>
svf.dow(file='/proj/rdi/staff/rpalla/nobkup/wkspace_zynq/hello/Debug/hello.elf')
-data <file> <addr>
svf.dow("--data" , file = "data.bin", addr =0x1000)

svf generate

svf.generate()

svf mwr

svf.mwr(0xffff0000,0x14000000)

svf rst

svf.rst("--processor")

svf stop

svf.stop()