|
RCU instructions are preceeded by the keyword RCU .
The RCU instructions are
- RESET STATUS (
RS_STATUS ) - Reset the status register
- RESET TRIGGER CONFIG (
RS_TRCFG ) - Reset the trigger configuration
- RESET TRIGGER COUNTER (
RS_TRCNT ) - Reset the trigger counter
- READOUT (
CHRDO ) - Readout all active channels
- PEDESTAL READ address (
PMREAD ) - Read the pattern memory into the pedestal memories of the ALTRO chips. The ALTRO channels that are written to is determined by addr. If the second argument is non-zero, then the pattern memory is broadcast over all the ALTRO channels
- PEDESTAL WRITE < BROADCAST | channel > (
PMWRITE ) - Read the pattern memory into the pedestal memories of the ALTRO chips. The ALTRO channels that are written to is determined by addr. If the second argument is non-zero, then the pattern memory is broadcast over all the ALTRO channels
- WAIT delay (
WAIT ) - Wait of delay number of clock cycles at the current instruction.
- TRIGGER (
TRIGGER ) - Make a hardware trigger (L1), which will be treated as an external trigger
|