CMU 15-110: Principles of Computing
Circuit Simulator
Note: this circuit simulator is derived from SimcirJS.
{
"width":800,
"height":800,
"showToolbox":true,
"toolbox":[
{"type":"Input"},
{"type":"Output"},
{"type":"AND"},
{"type":"OR"},
{"type":"NOT"},
{"type":"NAND"},
{"type":"NOR"},
{"type":"XOR"}
],
"devices":[
],
"connectors":[
]
}