debug bums raus

This commit is contained in:
Janik Schlemminger
2014-10-08 21:12:01 +02:00
parent f35cc43186
commit badcc37118

View File

@@ -25,17 +25,8 @@ void PrechargeChecker::delayToSatisfyConstraints(ScheduledCommand& command) cons
}
else if (lastCommand.getCommand() == Command::Write)
{
std::cout<<"\nPrechargecheck----- "<<sc_time_stamp()<<std::endl;
std::cout<<"Before Constraint: "<<command.getStart()<<std::endl;
command.delayToMeetConstraint(lastCommand.getStart(), config.memSpec.tWL + getWriteAccessTime() + config.memSpec.tWR);
std::cout<<"LastCommand Write: "<<lastCommand.getStart()<<std::endl;
std::cout<<"AccessTime: "<<getWriteAccessTime()<<std::endl;
std::cout<<"tWR, tWL: "<<config.memSpec.tWR<<", "<<config.memSpec.tWL<<std::endl;
std::cout<<"After Constraint: "<<command.getStart()<<std::endl;
}
else if (lastCommand.getCommand() == Command::PDNAX)
{