Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add carry input to ALU | Bobby Bingham | 2017-01-08 | 1 | -2/+7 |
| | |||||
* | add ALU test for shift operations | Bobby Bingham | 2017-01-08 | 1 | -0/+8 |
| | |||||
* | Define macro to simplify dumping of waves | Bobby Bingham | 2017-01-08 | 1 | -2/+1 |
| | |||||
* | Move ALU test cases to external testcase file | Bobby Bingham | 2017-01-08 | 1 | -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 useful | Bobby Bingham | 2017-01-08 | 1 | -1/+4 |
| | |||||
* | Remove trailing whitespace | Bobby Bingham | 2017-01-08 | 1 | -9/+9 |
| | |||||
* | initial commit | Nick McKinney | 2016-12-01 | 1 | -0/+74 |