summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/OneHot.scala
AgeCommit message (Expand)Author
2022-01-10Apply scalafmtJack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-08-06Update OneHot.scala (#1539)Leigang Kou
2019-02-19ScalaDoc for OneHot (#1016)Martin Schoeberl
2018-12-04Add asBools, deprecate toBoolsJack Koenig
2018-06-18Fixed UIntToOH(x, 1) invocation with x.width == 0 (#778)Wesley W. Terpstra
2018-05-24Fix UIntToOH for output widths larger than 2^(input width) (#823)Andrew Waterman
2017-03-08Improve UIntToOH behavior on incorrect inputs; avoid log2UpAndrew Waterman
2017-03-08In OHToUInt, use log2Ceil instead of log2UpAndrew Waterman
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-09-21Improved scaladoc in utils and friendsducky
2016-07-31Fix two deprecation warningsAndrew Waterman
2016-07-07Avoid needlessly creating VecsAndrew Waterman
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-20Rename chisel3 package.Jim Lawson