Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add carry input to ALU | Bobby Bingham | 2017-01-08 | 1 | -5/+10 |
| | |||||
* | add ALU test for shift operations | Bobby Bingham | 2017-01-08 | 1 | -0/+24 |
| | |||||
* | Move ALU test cases to external testcase file | Bobby Bingham | 2017-01-08 | 1 | -0/+19 |
This makes is a little easier to create new ALU testcases and to quickly read and understand the existing testcases. Additionally, the test bench itself can now report when a test fails, rather than requiring inspection on the waveform (though the waveform is still available). |