summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/BitPat.scala
AgeCommit message (Expand)Author
2024-06-03fix stuff in src/Aditya Naik
2022-07-06Refactor TruthTable.apply and add factory method for Espresso (backport #2612...mergify[bot]
2022-06-11Micro-optimize BitPat.rawString (#2577) (#2578)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-12-16BitSet API (#2211)Jiuyang Liu
2021-12-15Refactor TruthTable to use Seq (#2217)Jiuyang Liu
2021-12-09catch None.get in BitPat.apply(x: UInt): BitPat (#2276)Jiuyang Liu
2021-10-05Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)Megan Wachs
2021-08-26add new APIs to BitPat (#2076)Jiuyang Liu
2021-05-25throw exception if BitPat width is 0 (#1920)Jiuyang Liu
2021-05-10implement equal to BitPat. (#1867)Jiuyang Liu
2021-03-18Add toString method to BitPat (#1819)Boyang Han
2021-02-03Remove Deprecated APIs (#1730)Jiuyang Liu
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-07-21Delete outdated scalastyle configuration comments from sourceAlbert Magyar
2019-12-18BitPat supports whitespace and underscores, presumably for human readability.chick
2019-08-01Remove anything deprecated since before 3.2Schuyler Eldridge
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2018-09-07Put do_* methods in SourceInfoTransformMacro groupSchuyler Eldridge
2018-07-04Prefer litValue, eliminate litToBigIntducky
2018-07-04work on new style literal accessorsducky
2018-01-23Runtime API deprecation warnings (#761)Richard Lin
2017-08-17More of the bindings refactor (#635)Richard Lin
2017-08-01Address scalastyle issues, out of date comments, extraneous imports. (#658)Jim Lawson
2017-04-25Remove explicit import of NotStrict - fixes #492 (#494)Jim Lawson
2016-12-06utils scaladoc examples for BitPat through CircuitMath (#398)Richard Lin
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-10-19Deprecate "!=". (#323)Jim Lawson
2016-09-23Merge branch 'master' into gsdtJim Lawson
2016-09-22Update rest of docsducky
2016-08-22Purely cosmetic changes to placate the scalastyle checker.Jim Lawson
2016-08-16Merge branch 'master' into sdtwigg_connectwrap_renamechisel3Jim Lawson
2016-08-15Make "def width" a private API; expose isWidthKnown instead (#257)Andrew Waterman
2016-07-25Merge branch 'master' into sdtwigg_connectwrap_renamechisel3Jim Lawson
2016-07-20Compile ok.Jim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson
2016-07-18Rename "Chisel" to "chisel3" (only git mv).Jim Lawson
2016-07-11bitpat should keep the width of uint (#232)Donggyu
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-20Rename chisel3 package.Jim Lawson