Skip to content

Commit 7925e4a

Browse files
Increment nextChannelPayloadIDToAppend only once.
Fix bug mentioned in issue #20 .
1 parent 09f6dcb commit 7925e4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DRAMSys/library/src/controller/Controller.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ void Controller::manageRequests(const sc_time &delay)
473473
Bank bank = ControllerExtension::getBank(*childTrans);
474474
bankMachines[bank.ID()]->start();
475475
}
476-
nextChannelPayloadIDToAppend++;
477476
}
478477

479478
transToAcquire.payload->set_response_status(TLM_OK_RESPONSE);

0 commit comments

Comments
 (0)