pattern generator produces binary file as well; adc clock frequency can be changed as well as run clock frequency

This commit is contained in:
2014-11-25 11:38:19 +01:00
parent 327c2106df
commit d10335e4a9
17 changed files with 1640 additions and 769 deletions

View File

@ -8,12 +8,12 @@
// Hardware definitions
#define NCHAN (160*160)
#define NCHAN 32
#define NCHIP 1
#define NMAXMODX 1
#define NMAXMODY 1
#define NMAXMOD (NMAXMODX*NMAXMODY)
#define NDAC 8
#define NDAC 16
#define NADC 1
/**when moench readout tested with gotthard module*/
@ -57,7 +57,8 @@
#define DEBUGOUT
#endif
#define CLK_FREQ 65.6E+6
#define CLK_FREQ 156.25E+6
#define ADC_CLK_FREQ 32E+6
#endif