Skip to content
Snippets Groups Projects
Commit c6329c40 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

Moved the location of the testpoint table in the epics shared memory

farther out (by a factor of 10) to allow more room for the DCU IPC
areas now that we have more than a 100 DCUs.
Room for up to 399 DCUs provided now.


git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2400 6dcd42c9-f523-4c6d-aada-af552506706e
parent a03d92c6
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ static unsigned int const dcuNet[DCU_COUNT] = {3,3,3,3,0,
*/
/* Gds control block starts at this offset */
#define DAQ_GDS_BLOCK_ADD (DAQ_BASE_ADDRESS + 0x40000)
#define DAQ_GDS_BLOCK_ADD (DAQ_BASE_ADDRESS + 0x400000)
/* The maximum possibile size (allocated space) of the test point table */
#define DAQ_GDS_MAX_TP_NUM 0x100
......
......@@ -257,7 +257,7 @@ static unsigned int const dcuNet40m[DCU_COUNT] = {2,2,2,2,0,
*/
/* Gds control block starts at this offset */
#define DAQ_GDS_BLOCK_ADD (DAQ_BASE_ADDRESS + 0x40000)
#define DAQ_GDS_BLOCK_ADD (DAQ_BASE_ADDRESS + 0x400000)
/* The maximum possibile size (allocated space) of the test point table */
#define DAQ_GDS_MAX_TP_NUM 0x100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment