X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=net.mograsim.logic.ui.am2900%2Fcomponents%2FGUIdff.json;h=4902e6c8645438d180cbc7c94e203920dc310ff6;hb=9ca90120a47e07c9182162351dc47aa89ae703be;hp=5c0c80ab37707b058c79ae218eb90be38419d6e7;hpb=70d9098dd01dfe29142a4184438175d5a013bb5b;p=Mograsim.git diff --git a/net.mograsim.logic.ui.am2900/components/GUIdff.json b/net.mograsim.logic.ui.am2900/components/GUIdff.json index 5c0c80ab..4902e6c8 100644 --- a/net.mograsim.logic.ui.am2900/components/GUIdff.json +++ b/net.mograsim.logic.ui.am2900/components/GUIdff.json @@ -1,7 +1,5 @@ -mograsim version: 0.1.2 +mograsim version: 0.1.3 { - "type": "SimpleRectangularSubmodelComponent", - "name": "GUIdff", "width": 35.0, "height": 20.0, "interfacePins": [ @@ -38,7 +36,7 @@ mograsim version: 0.1.2 "logicWidth": 1 } ], - "composition": { + "submodel": { "innerScale": 0.2, "subComps": [ { @@ -46,74 +44,61 @@ mograsim version: 0.1.2 "x": 40.0, "y": 10.0 }, - "name": "GUI_rsLatch", - "params": {} + "id": "GUI_rsLatch" }, { "pos": { "x": 40.0, "y": 40.0 }, - "name": "GUInand3", - "params": {} + "id": "GUInand3" }, { "pos": { "x": 120.0, "y": 60.0 }, - "name": "GUINandGate", - "params": { - "logicWidth": 1 - } + "id": "GUINandGate", + "params": 1 }, { "pos": { "x": 120.0, "y": 30.0 }, - "name": "GUI_rsLatch", - "params": {} + "id": "GUI_rsLatch" }, { "pos": { "x": 9.0, "y": 24.0 }, - "name": "WireCrossPoint", - "params": { - "logicWidth": 1 - } + "id": "WireCrossPoint", + "params": 1 }, { "pos": { "x": 19.0, "y": 64.0 }, - "name": "WireCrossPoint", - "params": { - "logicWidth": 1 - } + "id": "WireCrossPoint", + "params": 1 }, { "pos": { "x": 99.0, "y": 34.0 }, - "name": "WireCrossPoint", - "params": { - "logicWidth": 1 - } + "id": "WireCrossPoint", + "params": 1 }, { "pos": { "x": 99.0, "y": 44.0 }, - "name": "WireCrossPoint", - "params": { - "logicWidth": 1 - } + "id": "WireCrossPoint", + "params": 1 } ], "innerWires": [ @@ -324,16 +309,12 @@ mograsim version: 0.1.2 } ] }, - "specialized": { - "input_count": [ - "C", - "D" - ], - "label": "GUIdff", - "logic_width": 1, - "output_count": [ - "Q", - "_Q" - ] + "symbolRendererSnippetID": "SimpleRectangularLikeSymbolRenderer", + "symbolRendererParams": { + "centerText": "dff", + "horizontalComponentCenter": 17.5, + "centerTextHeight": 5, + "pinLabelHeight": 3.5, + "pinLabelMargin": 0.5 } } \ No newline at end of file