summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/chisel3/core/Bits.scala
AgeCommit message (Expand)Author
2017-02-24Fix mismatch between Chisel and Firrtl on UInt -& UIntJack Koenig
2017-02-23Fend off future bug - replace FixedPoint ":=" with "connect". (#516)Jim Lawson
2017-02-22Bugfix #513. Fix BPSet width inference in Chisel3 (#523)Adam Izraelevitz
2017-02-15Implement asTypeOf, refactor internal APIs (#450)Richard Lin
2017-02-15Fixed point factory stuff (#505)Chick Markley
2017-02-08Add Analog typeJack Koenig
2017-02-07Fix up Absolute value #abs (#491)Chick Markley
2017-01-13Make fromBits work with types other than UInt (#424)grebe
2016-12-13Fix test.Paul Rigge
2016-12-13Have FixedPoint use asFixedPoint in fromBits.Paul Rigge
2016-11-23Simplify Enum API (#385)Richard Lin
2016-11-22Disallow chained apply (#380)Richard Lin
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-11-21Restyle Bool constructors, move compatibility deprecations into compatibility...ducky
2016-11-21SInt conversion finished, everything builds againducky
2016-11-21Refactor SInt WIPducky
2016-11-21Deprecate things, split more thingsducky
2016-11-21Break out deprecated literal constructors, refactor all the things!ducky
2016-11-21simple test that range interpolator works with UInt factory methodchick
2016-11-21first attack on creating a range api for chisel3chick
2016-10-28Plug holes where defaultCompileOptions leaked inAndrew Waterman
2016-10-25FixedPoint number support for chisel3 (#328)Chick Markley
2016-10-24Merge branch 'master' into tobits-deprecationJim Lawson
2016-10-19Deprecate "!=". (#323)Jim Lawson
2016-10-06Merge branch 'master' into tobits-deprecationJim Lawson
2016-10-05Give <> and := legacy behavior in compatibility modeAndrew Waterman
2016-09-29Consolidate CompileOptions and re-enable NotStrict pending macro work.Jim Lawson
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-09-23Merge branch 'master' into gsdtJim Lawson
2016-09-21Expose FIRRTL asClock constructAndrew Waterman
2016-09-15Revert "Add direction-only (no width) UInt factory method."Jim Lawson
2016-09-15Add direction-only (no width) UInt factory method.Jim Lawson
2016-09-15Merge branch 'master' into gsdtJim Lawson
2016-09-09Convert to NotStrict for internal connection checks.Jim Lawson
2016-09-07Add Printable (#270)Jack Koenig
2016-09-02Add/cleanup UInt/SInt factory methods.Jim Lawson
2016-09-02Deprecate asBits; modify deprecation warnings accordinglyAndrew Waterman
2016-09-01Move connection implicits from Module constructor to connection methods.Jim Lawson
2016-08-31Check that Vecs have homogeneous typesAndrew Waterman
2016-08-16Merge branch 'master' into sdtwigg_connectwrap_renamechisel3Jim Lawson
2016-08-15Make "def width" a private API; expose isWidthKnown instead (#257)Andrew Waterman
2016-08-03Merge branch 'master' into sdtwigg_connectwrap_renamechisel3Jim Lawson
2016-07-31Expose asUInt from DataAndrew Waterman
2016-07-28Add missing factory constructors.Jim Lawson
2016-07-27Additional compatibility code.Jim Lawson
2016-07-25Enable current (chisel2-style) compatibility mode.Jim Lawson
2016-07-25Minimize differences with master.Jim Lawson
2016-07-25Merge branch 'master' into sdtwigg_connectwrap_renamechisel3Jim Lawson
2016-07-21Introduce chiselCloneType to distinguish from cloneType.Jim Lawson
2016-07-20More literal/width rangling.Jim Lawson