Skip to content
Snippets Groups Projects
Commit 7acec8d9 authored by jerray's avatar jerray
Browse files

Cancel changes in commit 38356672

parent 98d95519
No related branches found
No related tags found
1 merge request!446Undo changes from commit 38356672
......@@ -632,7 +632,9 @@ void SchedulableDevice::HW2HTML(std::ofstream &myfile) const
std::cout << "CPU:calcSTL: html of CPU " << _name << ": " << (*i)->toString() << std::endl;
// if( (*i)->getTransactCoreNumber() == this->_cycleTime ){
TMLTransaction *aCurrTrans = *i;
unsigned int aBlanks = aCurrTrans->getStartTime() - aCurrTime;
unsigned int penLength = aCurrTrans->getPenalties();
unsigned long beg = aCurrTrans->getStartTime() - penLength;
unsigned int aBlanks = beg - aCurrTime;
bool isBlankTooBig = false;
std::ostringstream tempString;
int tempBlanks;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment