Registers - 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

rrd

The following are the commands followed by their options (if any) and the Python method for the option (if any).
<none>
s.targets(2)
s.rrd()
<register group/name>
ta = s.targets(2)
# read using session object
s.rrd("usr")
s.rrd("usr r8")# read using target object
ta.rrd("mpcore icdipr ipr95")
-defs
s.targets(2)
s.rrd("--defs")
s.rrd("usr", "--defs")
-no-bits
s.targets(2)
s.rrd("cpsr", "--no_bits")

rwr

<register><value>
s.targets(2)
s.rwr('r0', 0x5555aaaa)
s.rwr('cpsr m', 0x13)