inda19plusplus / logik

Logisim clone
MIT License
2 stars 5 forks source link

I/O Pins #7

Closed weerox closed 4 years ago

weerox commented 4 years ago

What properties should the I/O Pins have? Maybe they can be represented as a gate?

NogginBops commented 4 years ago

One of the biggest most defining question is if pins should be bi-directional (i.e. a pin could be used as an input pin but could also drive the cable that is connected). This will define much of how pins and connections are implemented.

NilsLofberg commented 4 years ago

this is solved in Eskil's PR #38