Device - 2023.1 English

Vitis Unified IDE and Common Command-Line Reference Manual (UG1553)

Document ID
UG1553
Release Date
2023-07-17
Version
2023.1 English
The following are the commands followed by their options (if any) and the Python method for the option (if any).

device authjtag

self.session.device_authjtag("tests/elfs/versal/vck190.pdi")

device program

self.session.device_program("tests/elfs/versal/vck190.pdi")

device status

self.session.device_status()
-jreg-name <jtag-register-name>
s.device_status('error_status')

fpga

-file <bitstream-file>
tgt.fpga(file='tests/elfs/zynq/zc702.bit')
--partial
tgt.fpga('--partial', file='tests/elfs/zynq/zc702.bit')
--no_revision_check
tgt.fpga('--no_revision_check', file='tests/elfs/zynq/zc702.bit')
--skip_compatibility_check
tgt.fpga('--skip_compatibility_check', file='tests/elfs/zynq/zc702.bit')
--state
tgt.fpga('--state')
--config_status
tgt.fpga('--config_status')
--ir_status
tgt.fpga('--ir_status')
--boot_status
tgt.fpga('--boot_status')
--timer_status
tgt.fpga('--timer_status')
--cor0_status
tgt.fpga('--cor0_status')
--cor1_status
tgt.fpga('--cor1_status')
--wbstart_status
tgt.fpga('--cor1_status')