Skip to content
Snippets Groups Projects
Commit eb875cfe authored by apvrille's avatar apvrille
Browse files

First complete simulation

parent 5d44159e
Branches revert-3fab4456
No related tags found
No related merge requests found
......@@ -89,7 +89,6 @@ public class TaskNetworkInterfaceOUT extends TMLTask {
}
addTMLEvent(packetOutFromOUT);
addReadTMLChannel(outputChannelFromOUT);
......@@ -151,8 +150,9 @@ public class TaskNetworkInterfaceOUT extends TMLTask {
addElement(testingEOP, packetChoice);
testingEOP.addGuard("eop == 1");
TMLStopState stopInvalid = new TMLStopState("InvalidCHID", referenceObject);
addElement(packetChoice, stopInvalid);
packetChoice.addGuard("chid == (0-1)");
// Right branch of choice
......
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