File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,10 +148,9 @@ class RequestGenCPU : public SST::Component {
148148 SST_SER (requestsInFlight);
149149 SST_SER (cache_link);
150150 SST_SER (srcLink);
151- // SST_SER(srcReqEvent);
151+ SST_SER (srcReqEvent);
152152 SST_SER (stdMemHandlers);
153153
154- // TODO - fails as there is no serialize_impl for GeneratorRequest
155154 SST_SER (pendingRequests);
156155 SST_SER (memMgr);
157156
@@ -161,17 +160,6 @@ class RequestGenCPU : public SST::Component {
161160 SST_SER (cacheLine);
162161 SST_SER (maxOpLookup);
163162
164- SST_SER (statReqs);
165- SST_SER (statSplitReqs);
166- SST_SER (statCyclesWithIssue);
167- SST_SER (statMaxIssuePerCycle);
168- SST_SER (statCyclesWithoutIssue);
169- SST_SER (statBytes);
170- SST_SER (statReqLatency);
171- SST_SER (statTime);
172- SST_SER (statCyclesHitFence);
173- SST_SER (statCyclesHitReorderLimit);
174- SST_SER (statCycles);
175163 }
176164
177165 ImplementSerializable (SST::Miranda::RequestGenCPU)
You can’t perform that action at this time.
0 commit comments