X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.model.am2900%2Fcomponents%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fam2900%2Fcomponents%2Fdlatch4.json;h=87f53700cca0520fe5ab1b714ca5d642e9282880;hb=8bed58cd47f4e53a0a83e066d38864aa6875502f;hp=27361df9ea98249f9ebe022caecb1cc0f41df7f0;hpb=71b9365427f28f4bb489c12b768e26db5492f8f1;p=Mograsim.git diff --git a/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/dlatch4.json b/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/dlatch4.json index 27361df9..87f53700 100644 --- a/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/dlatch4.json +++ b/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/dlatch4.json @@ -354,28 +354,14 @@ "highLevelStateHandlerParams": { "subcomponentHighLevelStates": {}, "atomicHighLevelStates": { - "q1": { - "id": "delegating", - "params": { - "delegateTarget": "dlatch#0", - "subStateID": "q" - } - }, - "q2": { - "id": "delegating", - "params": { - "delegateTarget": "dlatch#1", - "subStateID": "q" - } - }, "q": { "id": "bitVectorSplitting", "params": { "vectorPartTargets": [ - "q1", - "q2", + "q4", "q3", - "q4" + "q2", + "q1" ], "vectorPartLengthes": [ 1, @@ -385,6 +371,20 @@ ] } }, + "q1": { + "id": "delegating", + "params": { + "delegateTarget": "dlatch#0", + "subStateID": "q" + } + }, + "q2": { + "id": "delegating", + "params": { + "delegateTarget": "dlatch#1", + "subStateID": "q" + } + }, "q3": { "id": "delegating", "params": {