summaryrefslogtreecommitdiff
path: root/decoder.v
Commit message (Expand)AuthorAgeFilesLines
* Remove ~reg second operand sourceHEADmasterBobby Bingham2017-01-081-1/+1
* Reimplement notneg in terms of subtractBobby Bingham2017-01-081-4/+5
* Add carry input to ALUBobby Bingham2017-01-081-0/+3
* Remove trailing whitespaceBobby Bingham2017-01-081-8/+8
* start a wish list for instructions to add in the futureNick McKinney2016-12-291-0/+5
* widen register set control signal, fix bugs with conditional sets related to ...Nick McKinney2016-12-291-19/+19
* Add ALU stage and hook it up. It sort of works.Nick McKinney2016-12-181-12/+24
* finish decoder v1Nick McKinney2016-12-081-20/+173
* initial commitNick McKinney2016-12-011-0/+77