corrected two act window
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "../core/Controller.h"
|
||||
#include "../scheduler/Scheduler.h"
|
||||
#include "../scheduler/Fifo.h"
|
||||
#include "../scheduler/Fr_Fcfs.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace tlm;
|
||||
@@ -44,7 +45,7 @@ public:
|
||||
&ControllerWrapper::controllerPEQCallback), recorder(recorder), debugManager(DebugManager::getInstance())
|
||||
{
|
||||
controller = new Controller(*this, recorder);
|
||||
scheduler = new Fifo(controller->getBankStates());
|
||||
scheduler = new FR_FCFS(controller->getBankStates());
|
||||
inputBufferDelay = controller->config.Timings.clk;
|
||||
iSocket.register_nb_transport_bw(this, &ControllerWrapper::nb_transport_bw);
|
||||
tSocket.register_nb_transport_fw(this, &ControllerWrapper::nb_transport_fw);
|
||||
|
||||
Reference in New Issue
Block a user