-
Notifications
You must be signed in to change notification settings - Fork 1
HSI python tool commands
strilov edited this page Oct 19, 2021
·
1 revision
The group of HSI
commands under the timing
python tools are invoked as follows.
pdtbutler hsi <DEVICE> <cmd> <pars>
where the following HSI
commands can be issued
-
enable
: setHSI
endpoint
address
andpartition
, andenable
the endpoint; same asept
enable
-
action
:on
, oroff
, orreset
the endpoint -
--partition
,-p
: endpoint partition -
--address
,-a
: endpoint address
-
-
configure
: set the HSI signal masks, operation mode, and random rate; beginHSI
triggering-
--src
,-s
: source of signals, 0 - hardware input, 1 -HSI
bits31 to 1
are39 to 9
ofDTS
counter, bit 0 - random with rate set by--rate
-
--rate
: rate of random signals of bit 0 when inemulation
mode1
-
--re-mask
,-r
: rising edge signal mask -
--fe-mask
,-f
: falling edge signal mask -
--inv-mask
,-i
: invert edge signal mask
-
-
start
: beginHSI
triggering -
stop
: stopHSI
triggering -
readback
: read out contents ofHSI
event buffer and print to screen-
--all/--events
: buffer readout mode;--events
: only completed events are readout; -all
: the content of the buffer is fully readout
-