Espeer5 / Trinary

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

Add documentation surrounding ALU Control Signals #4

Open Espeer5 opened 1 year ago

Espeer5 commented 1 year ago

Currently, the control signals for the ALU are defined only by the order in which arguments are input into muxes and the hardcoded mappings in the muxes. This needs documentation surrounding it, as well as some functionality which will allow single commands (probably command strings) to map to control signals. Eventually these will be part of the CPU control unit, but for now it would be helpful to have them for testing.

Espeer5 commented 1 year ago

With the API site up, I think we should make some effort to include this kind of documentation there as well. We will need to look into how to set up a config file to list more than just the functions and classes in the API doc site.