merged everythin into one project
This commit is contained in:
@@ -16,7 +16,7 @@ namespace core {
|
||||
|
||||
DramController::DramController(IWrapperConnector& wrapperConnector):
|
||||
config(),state(config.numberOfBanks, config.nActivate), savedState(config.numberOfBanks, config.nActivate), commandSequenceGenerator(state), commandChecker(), commandSequenceScheduler(
|
||||
bus, commandChecker), bus(wrapperConnector, config, state), refreshManager(bus, config.Timings.refreshTimings[0])
|
||||
bus, commandChecker), bus(wrapperConnector, config, state), refreshManager(bus, config.Timings.refreshTimings)
|
||||
{
|
||||
commandChecker[Activate] = new ActivateChecker(config, state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user