From: Daniel Kirschten Date: Mon, 4 May 2020 21:35:40 +0000 (+0200) Subject: Added HighLevelStates for ram5_12 X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=2dd1463380ca2e8d323eb88292facc6df474783a Added HighLevelStates for ram5_12 --- diff --git a/plugins/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/ram5_12.json b/plugins/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/ram5_12.json index c3ac86f2..13f10a05 100644 --- a/plugins/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/ram5_12.json +++ b/plugins/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/ram5_12.json @@ -1207,6 +1207,41 @@ "pinLabelMargin": 0.5 }, "outlineRendererSnippetID": "default", - "highLevelStateHandlerSnippetID": "default", + "highLevelStateHandlerSnippetID": "standard", + "highLevelStateHandlerParams": { + "subcomponentHighLevelStates": { + "c000": { + "id": "delegating", + "params": { + "delegateTarget": "dff12_we#2" + } + }, + "c001": { + "id": "delegating", + "params": { + "delegateTarget": "dff12_we#1" + } + }, + "c010": { + "id": "delegating", + "params": { + "delegateTarget": "dff12_we#0" + } + }, + "c011": { + "id": "delegating", + "params": { + "delegateTarget": "dff12_we#3" + } + }, + "c100": { + "id": "delegating", + "params": { + "delegateTarget": "dff12_we#4" + } + } + }, + "atomicHighLevelStates": {} + }, "version": "0.1.5" } \ No newline at end of file