kazuhikoarase / simcirjs

A circuit simulator in HTML5 and JavaScript
https://kazuhikoarase.github.io/simcirjs/
MIT License
291 stars 152 forks source link

Tri State Buffer #12

Open datusm opened 7 years ago

datusm commented 7 years ago

Is is possible to add a Tri State Buffer to the simulation library....I want to do a few sims with buses and need tri states to make them work

kazuhikoarase commented 7 years ago

Hi,

Number of connectors for an input node is limited to one. So, There is no way to use Tri State Buffer effectively. Don't you try multiplexer or de−multiplexer instead?

Thank you.