-
Notifications
You must be signed in to change notification settings - Fork 1
/
rules.excalidraw
84 lines (84 loc) · 3.31 KB
/
rules.excalidraw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"type": "excalidraw",
"version": 2,
"source": "https://excalidraw.com",
"elements": [
{
"type": "text",
"version": 1188,
"versionNonce": 1363581725,
"isDeleted": false,
"id": "m5RUL-ElrlbNcfSOBlzsF",
"fillStyle": "hachure",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"angle": 0,
"x": 456.6714231967926,
"y": 188.00000035762787,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"width": 1508.55859375,
"height": 200,
"seed": 708797630,
"groupIds": [],
"frameId": null,
"roundness": null,
"boundElements": [],
"updated": 1688326652994,
"link": null,
"locked": false,
"fontSize": 20,
"fontFamily": 1,
"text": "Rules of inputs and outputs\n\n* All simulation node inputs should be Ids or \"floating\" or pulled down to 0 or 1\n* All simulation node outputs should return either \"pending\", \"error\", \"floating\", \"pullUp\", \"pullDown\", 0 or 1, or be memos that return either of such values\n* Values of nodes can only be propagated through wires\n* Some components have no input (they only serve as inputs to conductors)\n* Some components have no output (they only serve as outputs from conductors)\n* ",
"textAlign": "left",
"verticalAlign": "top",
"containerId": null,
"originalText": "Rules of inputs and outputs\n\n* All simulation node inputs should be Ids or \"floating\" or pulled down to 0 or 1\n* All simulation node outputs should return either \"pending\", \"error\", \"floating\", \"pullUp\", \"pullDown\", 0 or 1, or be memos that return either of such values\n* Values of nodes can only be propagated through wires\n* Some components have no input (they only serve as inputs to conductors)\n* Some components have no output (they only serve as outputs from conductors)\n* ",
"lineHeight": 1.25,
"baseline": 193
},
{
"type": "text",
"version": 473,
"versionNonce": 57951859,
"isDeleted": false,
"id": "SP3NDGyVG5G5wFKEQ3kOx",
"fillStyle": "hachure",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"angle": 0,
"x": 547.6714231967926,
"y": 555.0000003576279,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"width": 1182.8389892578125,
"height": 100,
"seed": 1098893602,
"groupIds": [],
"frameId": null,
"roundness": null,
"boundElements": [],
"updated": 1688326631597,
"link": null,
"locked": false,
"fontSize": 20,
"fontFamily": 1,
"text": "Rules of conductors\n\n* All conductors are broken where there is a connection\n* All conductors extend from another component and so no conductor is left behind without a component to connect to",
"textAlign": "left",
"verticalAlign": "top",
"containerId": null,
"originalText": "Rules of conductors\n\n* All conductors are broken where there is a connection\n* All conductors extend from another component and so no conductor is left behind without a component to connect to",
"lineHeight": 1.25,
"baseline": 93
}
],
"appState": {
"gridSize": null,
"viewBackgroundColor": "#ffffff"
},
"files": {}
}