From: Daniel Kirschten Date: Sat, 31 Aug 2019 20:35:45 +0000 (+0200) Subject: GUIAm2910 now delegates HighLevelStates of its subcomponents X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=aa17d1b4aa4d13ac885130e990dc05d9e38c3913;p=Mograsim.git GUIAm2910 now delegates HighLevelStates of its subcomponents --- diff --git a/net.mograsim.logic.model.am2900/components/am2910/GUIAm2910.json b/net.mograsim.logic.model.am2900/components/am2910/GUIAm2910.json index e078ec5b..250cb24d 100644 --- a/net.mograsim.logic.model.am2900/components/am2910/GUIAm2910.json +++ b/net.mograsim.logic.model.am2900/components/am2910/GUIAm2910.json @@ -1145,7 +1145,32 @@ "outlineRendererSnippetID": "class:net.mograsim.logic.model.snippets.outlinerenderers.DefaultOutlineRenderer", "highLevelStateHandlerSnippetID": "class:net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.StandardHighLevelStateHandler", "highLevelStateHandlerParams": { - "subcomponentHighLevelStates": {}, + "subcomponentHighLevelStates": { + "r": { + "id": "class:net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.subcomponent.DelegatingSubcomponentHighLevelStateHandler", + "params": { + "delegateTarget": "GUIAm2910RegCntr#0" + } + }, + "sp": { + "id": "class:net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.subcomponent.DelegatingSubcomponentHighLevelStateHandler", + "params": { + "delegateTarget": "GUIAm2910SP#0" + } + }, + "stack": { + "id": "class:net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.subcomponent.DelegatingSubcomponentHighLevelStateHandler", + "params": { + "delegateTarget": "GUIram5_12#0" + } + }, + "mupc": { + "id": "class:net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.subcomponent.DelegatingSubcomponentHighLevelStateHandler", + "params": { + "delegateTarget": "GUIdff12#0" + } + } + }, "atomicHighLevelStates": {} }, "version": "0.1.5"