| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-08 | Rename packages to lowercase chisel, add compatibility layer | ducky | |
| 2016-04-01 | Return Seq, not Vec, from PriorityEncoderOH | Andrew Waterman | |
| It doesn't really make sense to create a one-hot result then follow it with a decoder. It's more performant to use a PriorityEncoder followed by a comparator. Discourage the former by returning Seq, not Vec. In Chisel2, it seems the return type was originally Seq, but was at some point inadvertently changed to Vec. | |||
| 2015-11-02 | Break out Utils.scala into smaller portions | ducky | |
