SVF - 2023.1 日本語 - UG1553

Vitis 統合 IDE およびコマンド ライン リファレンス マニュアル (UG1553)

Document ID
UG1553
Release Date
2023-07-17
Version
2023.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()