Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | watch control lines from decoder instead of ALU | Nick McKinney | 2016-12-29 | 1 | -1/+1 |
| | | | | makes more sense in the simulator output | ||||
* | support setting PC for branch and jump instructions | Nick McKinney | 2016-12-29 | 2 | -4/+34 |
| | |||||
* | add initial zero values for registers | Nick McKinney | 2016-12-29 | 1 | -0/+11 |
| | |||||
* | add simplistic status register and associated debug lines | Nick McKinney | 2016-12-29 | 2 | -3/+13 |
| | |||||
* | widen register set control signal, fix bugs with conditional sets related to ↵ | Nick McKinney | 2016-12-29 | 6 | -32/+32 |
| | | | | branching | ||||
* | add simple control unit | Nick McKinney | 2016-12-18 | 3 | -5/+59 |
| | |||||
* | Add ALU stage and hook it up. It sort of works. | Nick McKinney | 2016-12-18 | 9 | -53/+429 |
| | |||||
* | create super simple fetch stage | Nick McKinney | 2016-12-08 | 2 | -0/+35 |
| | |||||
* | create decoder stage | Nick McKinney | 2016-12-08 | 2 | -1/+88 |
| | |||||
* | finish decoder v1 | Nick McKinney | 2016-12-08 | 3 | -21/+175 |
| | |||||
* | initial commit | Nick McKinney | 2016-12-01 | 10 | -0/+601 |