Espeer5 / Trinary

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

Convert CPU to AbstractDevice when submodules implemented #11

Closed Espeer5 closed 10 months ago

Espeer5 commented 1 year ago

Leaving this issue as a reminder to convert the CPU to match the AbstractDevice interface merged in #10 once the submodules have been implemented.

Espeer5 commented 10 months ago

Closing due to project scope; CPU does not need to be anything more than a wrapper for the ALU since there will be no PAU or DAU meaning the inputs and outputs do not need sophisticated routing.