summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/chisel3/core/Bits.scala
AgeCommit message (Expand)Author
2018-09-07Put do_* methods in SourceInfoTransformMacro groupSchuyler Eldridge
2018-09-07Add Logical ScalaDoc group to NumSchuyler Eldridge
2018-09-07Add Comparison ScalaDoc group to NumSchuyler Eldridge
2018-09-07Add Arithmetic ScalaDoc group to NumSchuyler Eldridge
2018-09-07Add Bitwise ScalaDoc group to BitsSchuyler Eldridge
2018-07-31Ensure names work for bundles and literals. (#853)Jim Lawson
2018-07-31Revert removal of bit extraction const prop for literals (#857)Jack Koenig
2018-07-10Fix use of read-only refs on rhs of connect in compatibility mode (#854)Jack Koenig
2018-07-04Change wording of internal failureRichard Lin
2018-07-04Prefer litValue, eliminate litToBigIntducky
2018-07-04Change [public] Data.elementLitArg => [protected] Aggregate.litArgOfBitsducky
2018-07-04Style fixesducky
2018-07-04binding => topBinding so that partial Bundles work and undefined Bundle membe...ducky
2018-07-04properly fix undefined clock/reset issuesducky
2018-07-04Comment out assertion test, fix ref generationRichard Lin
2018-07-04brokenducky
2018-07-04styleducky
2018-07-04refactoring of lit and ref implementationsRichard Lin
2018-07-04work on new style literal accessorsducky
2018-07-04Infrastructure for bundle literalsducky
2018-06-01Literals set their ref so they no longer get named (#826)Jack Koenig
2018-05-24Fix UIntToOH for output widths larger than 2^(input width) (#823)Andrew Waterman
2018-01-23Runtime API deprecation warnings (#761)Richard Lin
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