From 7d8afe29f72d2ab71e82b641cf8f77a172982fed Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Thu, 12 Sep 2019 11:18:22 +0200 Subject: [PATCH] Added microinstruction register --- .../logic/model/am2900/components/Am2900.json | 36 +++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/Am2900.json b/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/Am2900.json index dbca8f24..d007cc53 100644 --- a/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/Am2900.json +++ b/net.mograsim.logic.model.am2900/components/net/mograsim/logic/model/am2900/components/Am2900.json @@ -1,6 +1,6 @@ { - "width": 344.0, - "height": 242.0, + "width": 364.0, + "height": 350.0, "interfacePins": [], "innerScale": 0.4, "submodel": { @@ -270,6 +270,18 @@ "orientation": "LEFT" } }, + { + "id": "Splitter", + "name": "Splitter#16", + "pos": { + "x": 40.0, + "y": 670.0 + }, + "params": { + "logicWidth": 80, + "orientation": "UP" + } + }, { "id": "Splitter", "name": "Splitter#2", @@ -541,6 +553,14 @@ "y": 485.0 } }, + { + "id": "dff80", + "name": "dff80#0", + "pos": { + "x": 310.0, + "y": 695.0 + } + }, { "id": "inc", "name": "inc#0", @@ -1104,6 +1124,18 @@ "name": "unnamedWire#137", "path": [] }, + { + "pin1": { + "compName": "dff80#0", + "pinName": "Q" + }, + "pin2": { + "compName": "Splitter#16", + "pinName": "I" + }, + "name": "unnamedWire#138", + "path": [] + }, { "pin1": { "compName": "and#1", -- 2.17.1