Skip to content
Snippets Groups Projects
Commit cbdba69e authored by Le Van Truong's avatar Le Van Truong
Browse files

fix backtracing display for wait delay transaction

parent 7d354acc
No related branches found
No related tags found
1 merge request!274fix backtracing display for wait delay transaction
......@@ -69,7 +69,7 @@ TMLCommand* TMLDelayCommand::prepareNextTransaction(){
if (_progress==0){
(_task->*_actionFunc)();
_execTimes++;
// _execTimes++; this will recognize delay transaction one more time so remove it
if (_length==0){
//std::cout << "ExeciCommand len==0 " << std::endl;
TMLCommand* aNextCommand=getNextCommand();
......
......@@ -606,7 +606,7 @@ public class DiplodocusDelayTest extends AbstractUITest {
assertTrue(MIN_DELAY_RW_CYCLES[i] == minValue);
int maxValue = graph.getMaxValue("allCPUsFPGAsTerminated");
System.out.println("executing: maxvalue of levan " + s + " " + maxValue);
System.out.println("executing: maxvalue of " + s + " " + maxValue);
assertTrue(MAX_DELAY_RW_CYCLES[i] == maxValue);
}
......
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