base
This commit is contained in:
21
DRAM/src/core/ControllerState.cpp
Normal file
21
DRAM/src/core/ControllerState.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* controller_state.cpp
|
||||
*
|
||||
* Created on: Mar 5, 2014
|
||||
* Author: jonny
|
||||
*/
|
||||
|
||||
#include "ControllerState.h"
|
||||
|
||||
namespace controller {
|
||||
|
||||
ControllerState::ControllerState(unsigned int numberOfBanks) : bankStates(numberOfBanks)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
ControllerState::~ControllerState() {
|
||||
// TODO Auto-generated destructor stub
|
||||
}
|
||||
|
||||
} /* namespace controller */
|
||||
Reference in New Issue
Block a user