a few changes for the fifo_read and the bus_r16

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@113 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-01-30 07:45:05 +00:00
parent af2c6b9bb2
commit 266d13759c
5 changed files with 69 additions and 46 deletions

View File

@ -98,7 +98,7 @@ int initDetector() {
*/
/* initialize dynamic range etc. */
/* dynamicRange=getDynamicRange(); //commented out by dhanya
/* dynamicRange=getDynamicRange(); //always 16 not required commented out
nModX=setNMod(-1);*/
//dataBytes=nModX*NCHIP*NCHAN*4;
@ -106,7 +106,7 @@ int initDetector() {
// initChip(0, 0,ALLMOD);
//nModX=n;
//
// allocateRAM();
allocateRAM();
return OK;