Compiler for the ALICE RCU

0.4

Introduction.

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
    

  • lang
    • lexi
    • com
    • block
    • instr
      • special
      • rcu
      • bc
      • fmd
      • altro
  • app_grammar
Top of page Last update Fri Jul 21 19:48:34 2006
Copyright © 2004 Christian Holm Created by DoxyGen 1.3.5