Skip to content
Snippets Groups Projects
Commit 79d18ea3 authored by Rolf Bork's avatar Rolf Bork
Browse files

Increased the number of PCIe IPC back up to 512 channels. Had been set to 96 for testing.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4217 6dcd42c9-f523-4c6d-aada-af552506706e
parent 5f743b18
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,11 @@
///
/// Defines max number of IPC allowed per network type
#define MAX_IPC 96
#define MAX_IPC 512
/// Defines max number of IPC allowed on a RFM network if using DMA
#define MAX_IPC_RFM 96
#define MAX_IPC_RFM 512
/// The number of data blocks buffered per IPC channel
#define IPC_BLOCKS 64
#define RFM0_CHAN0 96
#define RFM1_CHAN0 128
#define PCIE_SEG_SIZE 16
......
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