Skip to content

Commit

Permalink
feat: Univ and RB outputs + TB inputs added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Oct 9, 2023
1 parent da5b8b9 commit 3995da2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions evrMrmApp/src/drvemSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ static const EVRMRM::Config mtca_evr_300 = {
16, // pulse generators
8, // prescalers
4, // FP outputs
0, // FPUV outputs (really 2, handled specially)
16, // RB outputs (via external IFB)
18, // Univ outputs (16 via external IFB + 2 handled specially)
10, // RB outputs (10 EVRTM)
8, // Backplane outputs
2, // FP Delay outputs
0, // CML/GTX outputs
Expand All @@ -188,8 +188,9 @@ static const EVRMRM::Config mtca_evr_300 = {
* 0 <= N <= 3 : FPInMap
* 4 <= N <= 23 : UnivInMap
* 24 <= N <= 31 : BPInMap
* 48 - 57 : TBInMap (EVRTM)
*/
32, // FP, Univ, BP inputs
58, // FP, Univ, BP, TB inputs
};

static const EVRMRM::Config pcie_evr_300 = {
Expand Down

0 comments on commit 3995da2

Please sign in to comment.