codepiet / LogicSim3

LogicSim3 - Digital Circuit Simulator - written in Java
GNU General Public License v3.0
18 stars 11 forks source link

MODIN and MODOUT have a fixed number of inputs resp. outputs #6

Closed codepiet closed 4 years ago

codepiet commented 4 years ago

i want to create a ALU, where two 8 bit words can be added or subtracted. Therefore the tri state has to work in the outputs for a working bus. And MODIN and MODOUT must have a dynamic number of in- and outputs. This shouldn't be much work, maybe this can be solved via dialog. 16 will be the default, one can decrease or increase the number of pins.

codepiet commented 4 years ago

fixed for MODIN