blob: a116fb2749393794fde75c3c7cb1f478c0c1c34a [file] [log] [blame]
{
"description": "2-input XOR gate.",
"equation": "Y = A ^ B",
"file_prefix": "sky130_osu_sc_XOR2XL",
"library": "sky130_osu_sc",
"name": "XOR2XL",
"parameters": [],
"ports": [
[
"signal",
"A",
"input",
""
],
[
"signal",
"B",
"input",
""
],
[
"signal",
"Y",
"output",
""
],
[
"power",
"VDD",
"input",
"supply1"
],
[
"power",
"GND",
"input",
"supply0"
],
],
"type": "cell",
"verilog_name": "sky130_osu_sc_XOR2XL"
}