10 lines
228 B
JSON
10 lines
228 B
JSON
|
|
{
|
||
|
|
"schema": "velxio-chip/v1",
|
||
|
|
"name": "XOR Gate",
|
||
|
|
"author": "Velxio",
|
||
|
|
"license": "MIT",
|
||
|
|
"description": "2-input exclusive-OR logic gate. OUT = A xor B.",
|
||
|
|
"pins": ["A", "B", "OUT", "GND", "VCC"],
|
||
|
|
"attributes": []
|
||
|
|
}
|