|
|
The ZPD LUT TC : a status
Schema of TC structure :
IMPORTANT : The TC doesn't implement yet byte swapping for Linux. Any XTC file intended
to be loaded by the ROM during configuration should be produced on a SUN machine.
Class diagram:
What is in blue is not yet done.
- L1DZpdAllLutTCIterator : internal iterator, "template method" pattern.
Iteration can be checked offline with the TC dumper (L1DZpdAllLutXtcToAsciiConverter)
The same iteration code will be used on ROMs.
- L1DZpdAllLutTCMaker : build a full ZPD LUT TC. This class
should be used for the future "config digi to config TC" converter.
- L1DZpdLutAsciiToXtcConverter : read an input ascii stream (file)
and produces the corresponding xtc file. The input file format can be seen
in the example of input file.
Please refers to L1DctOnline/README for further informations.
|
|