summaryrefslogtreecommitdiff
path: root/alu_tb.v
Commit message (Collapse)AuthorAgeFilesLines
* Add carry input to ALUBobby Bingham2017-01-081-2/+7
|
* add ALU test for shift operationsBobby Bingham2017-01-081-0/+8
|
* Define macro to simplify dumping of wavesBobby Bingham2017-01-081-2/+1
|
* Move ALU test cases to external testcase fileBobby Bingham2017-01-081-46/+28
| | | | | | | 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).
* Make simulations in icarus verilog usefulBobby Bingham2017-01-081-1/+4
|
* Remove trailing whitespaceBobby Bingham2017-01-081-9/+9
|
* initial commitNick McKinney2016-12-011-0/+74