sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.29k stars 633 forks source link

Feature Request: data bus and address bus for digital circuit #582

Open goldenshaw opened 3 years ago

goldenshaw commented 3 years ago

I build a multi-bit adder, and then there are many wires required to connect the component, so can I use just only one wire(for example, data bus or address bus) to represent a group of similar wires?

here is an online demo: https://exp.xiaogd.net/circuitjs1-zh/circuitjs.html?startCircuitLink=https://exp.xiaogd.net/static/circuit/four-bit-adder-with-led-output-demo.txt

there are a lot wires!