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
/
chiselFrontend
/
src
/
main
/
scala
/
chisel3
/
core
/
Bits.scala
Age
Commit message (
Expand
)
Author
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-05-13
Fix miscellaneous Scaladoc warnings
Schuyler Eldridge
2019-05-09
Fix treatment of Vec of Analog and Vec of Bundle of Analog (#1091)
Jack Koenig
2019-04-15
Avoid silently truncating BigInt to Int
Andrew Waterman
2019-03-29
Ignore empty aggregates elements when binding aggregate direction (#946)
Jack Koenig
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2019-01-22
Define Data .toString (#985)
Richard Lin
2019-01-21
Unify internal (chisel3.core) and external (chisel3 / chisel3.experimental) M...
Richard Lin
2019-01-17
Unary_- is truncating
Andrew Waterman
2019-01-17
Make combinational-multiplier warning less vague
Andrew Waterman
2019-01-17
Improve description of UInt.asSInt
Andrew Waterman
2019-01-17
Fix width-inference description of Bits.<<
Andrew Waterman
2019-01-17
Fix scaladoc for UInt.unary_!
Andrew Waterman
2019-01-17
Generate better code for UInt.andR
Andrew Waterman
2018-12-11
Emit UInt.-% as tail(sub(x,y),1), not tail(asUInt(sub(x,y)),1)
Andrew Waterman
2018-12-04
Add asBool, deprecate toBool
Jack Koenig
2018-12-04
Add asBools, deprecate toBools
Jack Koenig
2018-12-04
Make toBools support chained apply
Jack Koenig
2018-10-12
Strong enums (#892)
Hasan Genc
2018-09-07
Add ToBoolable ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add Element ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add FixedPoint ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add Bool ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add SInt ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add UInt ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add Num ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add Bits ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Put do_* methods in SourceInfoTransformMacro group
Schuyler Eldridge
2018-09-07
Add Logical ScalaDoc group to Num
Schuyler Eldridge
2018-09-07
Add Comparison ScalaDoc group to Num
Schuyler Eldridge
2018-09-07
Add Arithmetic ScalaDoc group to Num
Schuyler Eldridge
2018-09-07
Add Bitwise ScalaDoc group to Bits
Schuyler Eldridge
2018-07-31
Ensure names work for bundles and literals. (#853)
Jim Lawson
2018-07-31
Revert removal of bit extraction const prop for literals (#857)
Jack Koenig
2018-07-10
Fix use of read-only refs on rhs of connect in compatibility mode (#854)
Jack Koenig
2018-07-04
Change wording of internal failure
Richard Lin
2018-07-04
Prefer litValue, eliminate litToBigInt
ducky
2018-07-04
Change [public] Data.elementLitArg => [protected] Aggregate.litArgOfBits
ducky
2018-07-04
Style fixes
ducky
2018-07-04
binding => topBinding so that partial Bundles work and undefined Bundle membe...
ducky
2018-07-04
properly fix undefined clock/reset issues
ducky
2018-07-04
Comment out assertion test, fix ref generation
Richard Lin
2018-07-04
broken
ducky
2018-07-04
style
ducky
2018-07-04
refactoring of lit and ref implementations
Richard Lin
2018-07-04
work on new style literal accessors
ducky
2018-07-04
Infrastructure for bundle literals
ducky
2018-06-01
Literals set their ref so they no longer get named (#826)
Jack Koenig
2018-05-24
Fix UIntToOH for output widths larger than 2^(input width) (#823)
Andrew Waterman
2018-01-23
Runtime API deprecation warnings (#761)
Richard Lin
[next]