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
/
Bitwise.scala
Age
Commit message (
Expand
)
Author
2022-05-14
Deprecate named arguments for methods moving to macros in 3.6 (#2530)
Jack Koenig
2022-02-03
FillInterleaved documentation: swap order of elements in Seq example (#2393) ...
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-03-30
Java API Documents Linking (#1367)
Schuyler Eldridge
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2018-12-04
Add asBool, deprecate toBool
Jack Koenig
2018-12-04
Add asBools, deprecate toBools
Jack Koenig
2017-03-08
Improve Reverse's exception behavior; avoid log2Up
Andrew Waterman
2017-03-08
Correct Fill's exception behavior; avoid log2Up
Andrew Waterman
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-09-23
Merge branch 'master' into gsdt
Jim Lawson
2016-09-22
Update rest of docs
ducky
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
More literal/width rangling.
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-07
Improve Fill code generation
Andrew Waterman
2016-07-07
Avoid needlessly creating Vecs
Andrew Waterman
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson