-
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: setHSIendpointaddressandpartition, andenablethe endpoint; same aseptenable-
action:on, oroff, orresetthe endpoint -
--partition,-p: endpoint partition -
--address,-a: endpoint address
-
-
configure: set the HSI signal masks, operation mode, and random rate; beginHSItriggering-
--src,-s: source of signals, 0 - hardware input, 1 -HSIbits31 to 1are39 to 9ofDTScounter, bit 0 - random with rate set by--rate -
--rate: rate of random signals of bit 0 when inemulationmode1 -
--re-mask,-r: rising edge signal mask -
--fe-mask,-f: falling edge signal mask -
--inv-mask,-i: invert edge signal mask
-
-
start: beginHSItriggering -
stop: stopHSItriggering -
readback: read out contents ofHSIevent 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
-