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
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
2017-12-08
Reject negative shift amounts; add tests (#730)
Andrew Waterman
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
2017-08-17
Make Reset a trait (#672)
Jack Koenig
2017-08-11
Rename userDir->specifiedDir (#671)
Richard Lin
2017-07-25
Fixed point width inference was wrong when binary points didn't align. (#590)
Angie Wang
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-05-12
Changed multiplication of SInt and UInt (#611)
Adam Izraelevitz
2017-04-26
Dropimportnotstrict492 - More updates to get things through rocket-chip. (#592)
Jim Lawson
2017-04-25
Remove explicit import of NotStrict - fixes #492 (#494)
Jim Lawson
2017-04-13
Module Hierarchy Refactor (#469)
Richard Lin
2017-03-28
Creating FixedPoint literals was throwing away width when specifically provided.
chick
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
2017-02-24
Fix mismatch between Chisel and Firrtl on UInt -& UInt
Jack Koenig
2017-02-23
Fend off future bug - replace FixedPoint ":=" with "connect". (#516)
Jim Lawson
2017-02-22
Bugfix #513. Fix BPSet width inference in Chisel3 (#523)
Adam Izraelevitz
2017-02-15
Implement asTypeOf, refactor internal APIs (#450)
Richard Lin
2017-02-15
Fixed point factory stuff (#505)
Chick Markley
2017-02-08
Add Analog type
Jack Koenig
2017-02-07
Fix up Absolute value #abs (#491)
Chick Markley
2017-01-13
Make fromBits work with types other than UInt (#424)
grebe
2016-12-13
Fix test.
Paul Rigge
2016-12-13
Have FixedPoint use asFixedPoint in fromBits.
Paul Rigge
2016-11-23
Simplify Enum API (#385)
Richard Lin
2016-11-22
Disallow chained apply (#380)
Richard Lin
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-11-21
Restyle Bool constructors, move compatibility deprecations into compatibility...
ducky
2016-11-21
SInt conversion finished, everything builds again
ducky
[next]