summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add carry input to ALUBobby Bingham2017-01-081-5/+10
|
* add ALU test for shift operationsBobby Bingham2017-01-081-0/+24
|
* Move ALU test cases to external testcase fileBobby Bingham2017-01-081-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).