Made the and gate smaller
[Mograsim.git] / plugins / net.mograsim.logic.model.am2900 / components / net / mograsim / logic / model / am2900 / components / and.json
1 {
2   "width": 25.0,
3   "height": 20.0,
4   "interfacePins": [
5     {
6       "location": {
7         "x": 0.0,
8         "y": 5.0
9       },
10       "name": "A",
11       "logicWidth": 1,
12       "usage": "INPUT"
13     },
14     {
15       "location": {
16         "x": 0.0,
17         "y": 15.0
18       },
19       "name": "B",
20       "logicWidth": 1,
21       "usage": "INPUT"
22     },
23     {
24       "location": {
25         "x": 25.0,
26         "y": 5.0
27       },
28       "name": "Y",
29       "logicWidth": 1,
30       "usage": "OUTPUT"
31     }
32   ],
33   "innerScale": 0.4,
34   "submodel": {
35     "components": [
36       {
37         "id": "NandGate",
38         "name": "NandGate#0",
39         "pos": {
40           "x": 10.0,
41           "y": 15.0
42         },
43         "params": 1
44       },
45       {
46         "id": "NandGate",
47         "name": "NandGate#1",
48         "pos": {
49           "x": 35.0,
50           "y": 15.0
51         },
52         "params": 1
53       },
54       {
55         "id": "WireCrossPoint",
56         "name": "WireCrossPoint#0",
57         "pos": {
58           "x": 31.5,
59           "y": 24.0
60         },
61         "params": 1
62       }
63     ],
64     "wires": [
65       {
66         "pin1": {
67           "compName": "_submodelinterface",
68           "pinName": "A"
69         },
70         "pin2": {
71           "compName": "NandGate#0",
72           "pinName": "A"
73         },
74         "name": "unnamedWire#0",
75         "path": [
76           {
77             "x": 5.0,
78             "y": 12.5
79           },
80           {
81             "x": 5.0,
82             "y": 20.0
83           }
84         ]
85       },
86       {
87         "pin1": {
88           "compName": "_submodelinterface",
89           "pinName": "B"
90         },
91         "pin2": {
92           "compName": "NandGate#0",
93           "pinName": "B"
94         },
95         "name": "unnamedWire#1",
96         "path": [
97           {
98             "x": 5.0,
99             "y": 37.5
100           },
101           {
102             "x": 5.0,
103             "y": 30.0
104           }
105         ]
106       },
107       {
108         "pin1": {
109           "compName": "NandGate#0",
110           "pinName": "Y"
111         },
112         "pin2": {
113           "compName": "WireCrossPoint#0",
114           "pinName": ""
115         },
116         "name": "unnamedWire#2",
117         "path": []
118       },
119       {
120         "pin1": {
121           "compName": "WireCrossPoint#0",
122           "pinName": ""
123         },
124         "pin2": {
125           "compName": "NandGate#1",
126           "pinName": "A"
127         },
128         "name": "unnamedWire#3",
129         "path": [
130           {
131             "x": 32.5,
132             "y": 20.0
133           }
134         ]
135       },
136       {
137         "pin1": {
138           "compName": "WireCrossPoint#0",
139           "pinName": ""
140         },
141         "pin2": {
142           "compName": "NandGate#1",
143           "pinName": "B"
144         },
145         "name": "unnamedWire#4",
146         "path": [
147           {
148             "x": 32.5,
149             "y": 30.0
150           }
151         ]
152       },
153       {
154         "pin1": {
155           "compName": "NandGate#1",
156           "pinName": "Y"
157         },
158         "pin2": {
159           "compName": "_submodelinterface",
160           "pinName": "Y"
161         },
162         "name": "unnamedWire#5",
163         "path": [
164           {
165             "x": 57.5,
166             "y": 25.0
167           },
168           {
169             "x": 57.5,
170             "y": 12.5
171           }
172         ]
173       }
174     ],
175     "version": "0.1.1"
176   },
177   "symbolRendererSnippetID": "simpleRectangularLike",
178   "symbolRendererParams": {
179     "centerText": "and",
180     "centerTextHeight": 5.0,
181     "horizontalComponentCenter": 17.5,
182     "pinLabelHeight": 3.5,
183     "pinLabelMargin": 0.5
184   },
185   "outlineRendererSnippetID": "default",
186   "highLevelStateHandlerSnippetID": "default",
187   "version": "0.1.5"
188 }