Skip to content
Snippets Groups Projects
Commit 1ab4dadc authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Merge branch 'restore-commit-38356672' into 'master'

Undo changes from commit 38356672

See merge request !446
parents 98d95519 7acec8d9
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