|
Compiler for the ALICE RCU
0.4Introduction.This library contains a compiler for the RCU and ALTRO instructions. The user will write file in a human readable format, which the compiler then translates to the binary code one can upload into the RCU instruction memory and subsequently execute.For example, the input group altro_tr_cfg ALTRO write trigger config broadcast 0 0x64 end can be passed to the compiler rcu altro_tr_cfg.rcu which will produce the output 0 altro_tr_cfg 0x0064000a 1 0x00700064 2 0x00390000
|