Skip to content
Snippets Groups Projects
Commit 92394855 authored by Marvin Häuser's avatar Marvin Häuser
Browse files

simulator: fix non-extensive switch

parent 29074d76
No related branches found
No related tags found
1 merge request!477[WIP] simulation code generation fixes
......@@ -475,6 +475,8 @@ void FPGA::getNextSignalChange(bool iInit, SignalChangeData *oSigData)
aCurrTrans->setTransVcdOutPutState(END_TASK_TRANS);
new (oSigData) SignalChangeData(END_TASK_TRANS, aCurrTrans->getStartTime(), this);
break;
case END_PENALTY_TRANS:
break;
}
}
......
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