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