What changed since Version 0 - Added the number of samples, number of gains, and paths to the DSP boot file and calibration constants file, to the dsp PU descriptor. - Changed ti_boot() and the main program accordingly. S.Simion 28/01/2001 - Changed ti_boot() and ti_altera_cfg() by adding the bootMode argument. If bootMode = TI_AUTO then the Altera is not reconfigured; If bootMode = TI_REBOOT then we force the Altera to be reconfigured. Now the order of commands to boot the PU is slightly different: - the Altera is configured (if necessary); - the DSP is booted. Immediately after boot, the DSP sends the INIT signal to the Altera, who resets its counters; - the Altera is put in online mode. The Altera now starts writing its event counters continuously to the dual-port RAM; - the is sent INT7 to start the main event loop. - Added main_V9_calibLoop.c and main_V10_online_manyPU.c S.Simion 06/02/2001 Removed old host/ directory, and host_V1/ becomes host/ Updated the README file. S.Simion 18/02/2001