mythen3 and gotthard2: updated clocks

This commit is contained in:
2020-02-24 16:50:47 +01:00
parent 87d48fd943
commit 02b367ffe8
5 changed files with 5 additions and 5 deletions

View File

@ -49,8 +49,8 @@
/* Firmware Definitions */
#define IP_HEADER_SIZE (20)
#define FIXED_PLL_FREQUENCY (020000000) // 20MHz
#define READOUT_PLL_VCO_FREQ_HZ (866666688) // Hz
#define SYSTEM_PLL_VCO_FREQ_HZ (722222240) // Hz
#define READOUT_PLL_VCO_FREQ_HZ (866666688) // 866 MHz
#define SYSTEM_PLL_VCO_FREQ_HZ (722222224) // 722 MHz
/** Other Definitions */
#define BIT16_MASK (0xFFFF)