Espeer5 / Trinary

A ternary ALU simulation
https://espeer5.github.io/Trinary/
MIT License
2 stars 0 forks source link

Add IOBusses for data streams through simulated devices #7

Closed Espeer5 closed 1 year ago

Espeer5 commented 1 year ago

Adds IOBus class which enables data to pass through devices in a standardized way. For example, in the ALU, the input should be read from and the output written to an IO bus, since these should simply send signals on lines and not constitute a word in memory. While very similar to a word, these are certainly semantically different. Merging will close #5.