The following are the
commands followed by their options (if any) and the Python method for the option (if
any).
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>
- No method available
- cpu-index <processor core>
- No method available
- out <filename>
- No method available
- delay <tcks>
- No method available
- --linkdap
- No method available
- bscan <user port>
- No method available
- mk_chunksize <size in bytes>
- No method available
- exec_mode
- No method available
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()