summaryrefslogtreecommitdiff
path: root/shifter.v
Commit message (Collapse)AuthorAgeFilesLines
* Simplify shifter to use standard shift operatorsBobby Bingham2017-01-081-42/+10
| | | | | Using yosys to synthesize for the ICE40, this cuts the number of cells needed for the shifter by more than half.
* Remove redundant otherResult in shifterBobby Bingham2017-01-081-9/+1
| | | | The barrel shifter result handles this just as well.
* Make shifter double-width instead of triple-widthBobby Bingham2017-01-081-36/+32
|
* initial commitNick McKinney2016-12-011-0/+68