mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-27 00:30:03 +02:00
gotthard server bug fix: updated a register for token timing for revision 2 boards
This commit is contained in:
parent
287efde54a
commit
64183d8d6a
@ -1,9 +1,9 @@
|
||||
Path: slsDetectorsPackage/slsDetectorSoftware/gotthardDetectorServer
|
||||
URL: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repository Root: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
|
||||
Repsitory UUID: d69d69e8928f90b053a0e5ffccb9cfc4e9c5f960
|
||||
Revision: 225
|
||||
Branch: 3.1.4-rc
|
||||
Last Changed Author: Dhanya_Thattil
|
||||
Last Changed Rev: 3483
|
||||
Last Changed Date: 2018-07-25 14:56:37.000000002 +0200 ./firmware_funcs.c
|
||||
Repsitory UUID: 287efde54ae1e0ac2613728af3dd638e86a46d6b
|
||||
Revision: 226
|
||||
Branch: 3.1.5-rc
|
||||
Last Changed Author: GitHub_GitHub
|
||||
Last Changed Rev: 3494
|
||||
Last Changed Date: 2018-11-30 11:16:03.000000002 +0100 ./server_defs.h
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define GITURL "git@github.com:slsdetectorgroup/slsDetectorPackage.git"
|
||||
#define GITREPUUID "d69d69e8928f90b053a0e5ffccb9cfc4e9c5f960"
|
||||
#define GITAUTH "Dhanya_Thattil"
|
||||
#define GITREV 0x3483
|
||||
#define GITDATE 0x20180725
|
||||
#define GITBRANCH "3.1.4-rc"
|
||||
#define GITREPUUID "287efde54ae1e0ac2613728af3dd638e86a46d6b"
|
||||
#define GITAUTH "GitHub_GitHub"
|
||||
#define GITREV 0x3494
|
||||
#define GITDATE 0x20181130
|
||||
#define GITBRANCH "3.1.5-rc"
|
||||
|
Binary file not shown.
@ -42,7 +42,7 @@
|
||||
#define TOKEN_RESTART_DELAY 0x88000000
|
||||
#define TOKEN_RESTART_DELAY_ROI 0x1b000000
|
||||
#define TOKEN_TIMING_REV1 0x1f16
|
||||
#define TOKEN_TIMING_REV2 0x1f0f
|
||||
#define TOKEN_TIMING_REV2 0x1f10
|
||||
|
||||
#define DEFAULT_PHASE_SHIFT 120
|
||||
#define DEFAULT_IP_PACKETSIZE 0x0522
|
||||
|
Loading…
x
Reference in New Issue
Block a user