@@ -898,7 +898,7 @@ template<TF::layerDisk Layer, TF::phiRegion PHI> constexpr uint32_t NPageSum();
898
898
899
899
#include " MatchProcessor_parameters.h"
900
900
901
- template <regionType ASTYPE, regionType APTYPE, regionType VMSMEType, regionType FMTYPE, int maxFullMatchCopies , TF::layerDisk LAYER=TF::L1, TF::phiRegion PHISEC=TF::A>
901
+ template <regionType ASTYPE, regionType APTYPE, regionType VMSMEType, regionType FMTYPE, int maxFullMatchVariants , TF::layerDisk LAYER=TF::L1, TF::phiRegion PHISEC=TF::A>
902
902
void MatchCalculator (BXType bx,
903
903
ap_uint<1 > newtracklet,
904
904
ap_uint<1 >& isMatch,
@@ -910,7 +910,7 @@ void MatchCalculator(BXType bx,
910
910
const AllStubMemory<ASTYPE>* allstub,
911
911
const AllProjection<APTYPE>& proj,
912
912
ap_uint<VMStubMECMBase<VMSMEType>::kVMSMEIDSize > stubid,
913
- FullMatchMemory<FMTYPE> fullmatch[maxFullMatchCopies ]
913
+ FullMatchMemory<FMTYPE> fullmatch[maxFullMatchVariants ]
914
914
){
915
915
916
916
#pragma HLS inline
@@ -1185,7 +1185,7 @@ constexpr unsigned kNbitsrzbinMPDisk = kNbitsrzbin + 1;
1185
1185
1186
1186
// ////////////////////////////
1187
1187
// MatchProcessor
1188
- template <regionType PROJTYPE, regionType VMSMEType, unsigned kNbitsrzbinMP , regionType VMPTYPE, regionType ASTYPE, regionType FMTYPE, unsigned int nINMEM, int maxFullMatchCopies ,
1188
+ template <regionType PROJTYPE, regionType VMSMEType, unsigned kNbitsrzbinMP , regionType VMPTYPE, regionType ASTYPE, regionType FMTYPE, unsigned int nINMEM, int maxFullMatchVariants ,
1189
1189
TF::layerDisk LAYER=TF::L1, TF::phiRegion PHISEC=TF::A>
1190
1190
void MatchProcessor (BXType bx,
1191
1191
// because Vivado HLS cannot synthesize an array of
@@ -1195,7 +1195,7 @@ void MatchProcessor(BXType bx,
1195
1195
const VMStubMEMemoryCM<VMSMEType, kNbitsrzbinMP , kNbitsphibin , kNMatchEngines >& instubdata,
1196
1196
const AllStubMemory<ASTYPE>* allstub,
1197
1197
BXType& bx_o,
1198
- FullMatchMemory<FMTYPE> fullmatch[maxFullMatchCopies ]
1198
+ FullMatchMemory<FMTYPE> fullmatch[maxFullMatchVariants ]
1199
1199
){
1200
1200
#pragma HLS inline
1201
1201
@@ -1438,7 +1438,7 @@ void MatchProcessor(BXType bx,
1438
1438
1439
1439
lastTrkID = trkindex;
1440
1440
1441
- MatchCalculator<ASTYPE, APTYPE, VMSMEType, FMTYPE, maxFullMatchCopies , LAYER, PHISEC>
1441
+ MatchCalculator<ASTYPE, APTYPE, VMSMEType, FMTYPE, maxFullMatchVariants , LAYER, PHISEC>
1442
1442
(bx, newtracklet, isMatch, savedMatch, best_delta_z, best_delta_phi, best_delta_rphi, best_delta_r, allstub, allproj, stubindex,
1443
1443
fullmatch);
1444
1444
} // end MC if
0 commit comments