summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/chisel3/core/Bits.scala
AgeCommit message (Expand)Author
2018-12-11Emit UInt.-% as tail(sub(x,y),1), not tail(asUInt(sub(x,y)),1)Andrew Waterman
2018-12-04Add asBool, deprecate toBoolJack Koenig
2018-12-04Add asBools, deprecate toBoolsJack Koenig
2018-12-04Make toBools support chained applyJack Koenig
2018-10-12Strong enums (#892)Hasan Genc
2018-09-07Add ToBoolable ScalaDoc documentationSchuyler Eldridge
2018-09-07Add Element ScalaDoc documentationSchuyler Eldridge
2018-09-07Add FixedPoint ScalaDoc documentationSchuyler Eldridge
2018-09-07Add Bool ScalaDoc documentationSchuyler Eldridge
2018-09-07Add SInt ScalaDoc documentationSchuyler Eldridge
2018-09-07Add UInt ScalaDoc documentationSchuyler Eldridge
2018-09-07Add Num ScalaDoc documentationSchuyler Eldridge
2018-09-07Add Bits ScalaDoc documentationSchuyler Eldridge
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