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
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
2016-11-21
Refactor SInt WIP
ducky
2016-11-21
Deprecate things, split more things
ducky
2016-11-21
Break out deprecated literal constructors, refactor all the things!
ducky
2016-11-21
simple test that range interpolator works with UInt factory method
chick
2016-11-21
first attack on creating a range api for chisel3
chick
2016-10-28
Plug holes where defaultCompileOptions leaked in
Andrew Waterman
2016-10-25
FixedPoint number support for chisel3 (#328)
Chick Markley
2016-10-24
Merge branch 'master' into tobits-deprecation
Jim Lawson
2016-10-19
Deprecate "!=". (#323)
Jim Lawson
2016-10-06
Merge branch 'master' into tobits-deprecation
Jim Lawson
2016-10-05
Give <> and := legacy behavior in compatibility mode
Andrew Waterman
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-09-23
Merge branch 'master' into gsdt
Jim Lawson
2016-09-21
Expose FIRRTL asClock construct
Andrew Waterman
2016-09-15
Revert "Add direction-only (no width) UInt factory method."
Jim Lawson
2016-09-15
Add direction-only (no width) UInt factory method.
Jim Lawson
2016-09-15
Merge branch 'master' into gsdt
Jim Lawson
2016-09-09
Convert to NotStrict for internal connection checks.
Jim Lawson
2016-09-07
Add Printable (#270)
Jack Koenig
2016-09-02
Add/cleanup UInt/SInt factory methods.
Jim Lawson
2016-09-02
Deprecate asBits; modify deprecation warnings accordingly
Andrew Waterman
2016-09-01
Move connection implicits from Module constructor to connection methods.
Jim Lawson
2016-08-31
Check that Vecs have homogeneous types
Andrew Waterman
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-08-03
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-07-31
Expose asUInt from Data
Andrew Waterman
2016-07-28
Add missing factory constructors.
Jim Lawson
2016-07-27
Additional compatibility code.
Jim Lawson
2016-07-25
Enable current (chisel2-style) compatibility mode.
Jim Lawson
2016-07-25
Minimize differences with master.
Jim Lawson
2016-07-25
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
Jim Lawson
2016-07-20
More literal/width rangling.
Jim Lawson
[next]