summaryrefslogtreecommitdiff
path: root/testbench.vh
Commit message (Collapse)AuthorAgeFilesLines
* Move waves into new subdirectoryBobby Bingham2017-01-081-1/+1
|
* Define macro to simplify dumping of wavesBobby Bingham2017-01-081-0/+6
|
* Move ALU test cases to external testcase fileBobby Bingham2017-01-081-0/+27
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).