debug bums raus
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user