Espeer5 / Trinary

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

FBlock Testing #24

Open Espeer5 opened 1 year ago

Espeer5 commented 1 year ago

Add Testing for FBlock Operations

Currently, the ALU is being tested with the framework put in place by #23, but only add/sub and shift/rot operations are being tested. We need to develop:

These should follow the testing infrastructure already put into place.

Espeer5 commented 1 year ago

As a quick note, I am not yet entirely sure which operations will be supported by the FBlock. Since the goal here is to do an algorithmic and syntactic study from the perspective of programming, it may become prudent to support a different set of logic operations. As a result, we will wait to implement the final functionality of the Fblock and test it. For right now, the test of the software pipes which is already conducted in the testing of the rest of the ALU is sufficient.