Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace fetch_ready with a "wait needed" input line | Nick McKinney | 2016-12-29 | 1 | -1/+1 |
* | watch control lines from decoder instead of ALU | Nick McKinney | 2016-12-29 | 1 | -1/+1 |
* | support setting PC for branch and jump instructions | Nick McKinney | 2016-12-29 | 1 | -3/+14 |
* | add simplistic status register and associated debug lines | Nick McKinney | 2016-12-29 | 1 | -2/+6 |
* | widen register set control signal, fix bugs with conditional sets related to ... | Nick McKinney | 2016-12-29 | 1 | -3/+3 |
* | add simple control unit | Nick McKinney | 2016-12-18 | 1 | -5/+22 |
* | Add ALU stage and hook it up. It sort of works. | Nick McKinney | 2016-12-18 | 1 | -0/+158 |