summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/chisel3/core/Bits.scala
AgeCommit message (Expand)Author
2017-12-08Reject negative shift amounts; add tests (#730)Andrew Waterman
2017-10-26Invalidateapi (#645)Adam Izraelevitz
2017-08-17Make Reset a trait (#672)Jack Koenig
2017-08-11Rename userDir->specifiedDir (#671)Richard Lin
2017-07-25Fixed point width inference was wrong when binary points didn't align. (#590)Angie Wang
2017-06-26Directions internals mega-refactor (#617)Richard Lin
2017-05-12Changed multiplication of SInt and UInt (#611)Adam Izraelevitz
2017-04-26Dropimportnotstrict492 - More updates to get things through rocket-chip. (#592)Jim Lawson
2017-04-25Remove explicit import of NotStrict - fixes #492 (#494)Jim Lawson
2017-04-13Module Hierarchy Refactor (#469)Richard Lin
2017-03-28Creating FixedPoint literals was throwing away width when specifically provided.chick
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
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