Skip to content

Commit

Permalink
fix: EVRMRM::Config adjusted for PCIe EVR and MTCA IFB.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Dec 28, 2023
1 parent 88bff98 commit 3806c07
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions evrMrmApp/src/drvemSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,14 @@ static const EVRMRM::Config mtca_evr_300 = {
// Obsolte model
static const EVRMRM::Config mtca_evr_300ifb = {
"mTCA-EVR-300IFB",
16, // pulse generators
24, // pulse generators
8, // prescalers
4, // FP outputs
0, // FPUV outputs
16, // RB outputs (via external IFB)
10, // RB outputs (via external IFB)
8, // Backplane outputs
2, // FP Delay outputs
0, // CML/GTX outputs
0, // FP Delay outputs
2, // CML/GTX outputs
MRMCML::typeTG300,
/**
* 0 <= N <= 3 : FPInMap
Expand All @@ -253,11 +253,11 @@ static const EVRMRM::Config mtca_evr_300ifb = {

static const EVRMRM::Config pcie_evr_300 = {
"PCIe-EVR-300DC",
16, // pulse generators
24, // pulse generators
8, // prescalers
0, // FP outputs
16, // FPUV outputs (via external IFB)
0, // RB outputs
16, // FPUV outputs (via external IFB)
0, // RB outputs
0, // Backplane outputs
0, // FP Delay outputs
0, // CML/GTX outputs
Expand Down

0 comments on commit 3806c07

Please sign in to comment.