summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/chisel3/core/Aggregate.scala
AgeCommit message (Expand)Author
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2019-05-09Fix treatment of Vec of Analog and Vec of Bundle of Analog (#1091)Jack Koenig
2019-05-01Make asTypeOf work for bundles with zero-width fields. (#1079)Paul Rigge
2019-04-26Bundle literals implementation (#1057)Richard Lin
2019-04-23Change size of memories from Int to BigInt (#1076)Jack Koenig
2019-04-01Detect bundle aliasing (#1050)Richard Lin
2019-03-29Ignore empty aggregates elements when binding aggregate direction (#946)Jack Koenig
2019-03-25Check field referential equality in autoclonetype (#1047)Richard Lin
2019-03-18Split #974 into two PRs - scalastyle updates (#1037)Jim Lawson
2019-01-25WireDefault instead of WireInit, keep WireInit around (#986)Martin Schoeberl
2019-01-22Define Data .toString (#985)Richard Lin
2018-11-26Trim Stack Trace (#931)Albert Chen
2018-11-20Make Vec cloneType keep directions of elements (#945)Jack Koenig
2018-09-14Give type annotation to litOption. (#887)grebe
2018-09-07Put do_* methods in SourceInfoTransformMacro groupSchuyler Eldridge
2018-08-22Update class name in error messageEdward Wang
2018-08-22Use a mix-in to override Seq errorEdward Wang
2018-08-22Warn user that using Seq for hardware construction in Bundle is not supportedEdward Wang
2018-07-10Fix use of read-only refs on rhs of connect in compatibility mode (#854)Jack Koenig
2018-07-04Prefer litValue, eliminate litToBigIntducky
2018-07-04Change [public] Data.elementLitArg => [protected] Aggregate.litArgOfBitsducky
2018-07-04binding => topBinding so that partial Bundles work and undefined Bundle membe...ducky
2018-07-04work on new style literal accessorsducky
2018-05-24Use Vec.apply instead of new Vec in VecInit.apply (#825)Jack Koenig
2018-03-23Fallback null insertion for autoclonetype (#801)Richard Lin
2018-02-28Auto Clone Bundles in Companion Objects (#788)Richard Lin
2018-02-20Make Bundle abstract (#774)Jack Koenig
2018-02-08Make uncloneable IO deprecated instead of error, improve error handling (#771)Richard Lin
2018-02-07Better support for autoclonetype of nested Bundles (#769)Richard Lin
2018-02-02Autoclonetype will clone args that are of type data (#768)Richard Lin
2018-01-23Runtime API deprecation warnings (#761)Richard Lin
2018-01-02Add support for autoclonetype of bound, anonymous inner BundlesJack Koenig
2018-01-02address review style commentsRichard Lin
2018-01-02Support for inner classes, implicit parameter lists, supertypessducky64
2018-01-02Add auto clone implementation for inner Bundles (#722)Albert Magyar
2018-01-02Autoclonetype initial prototypeducky
2017-12-14Add error message for <> of Vec and Seq of different lengths (#739)Jack Koenig
2017-12-13Fix some ScalaDoc warningsJack Koenig
2017-10-26Invalidateapi (#645)Adam Izraelevitz
2017-10-05the cloneType and chiselCloneType hot mess 🔥 (#653)Richard Lin
2017-08-17More of the bindings refactor (#635)Richard Lin
2017-08-11Rename userDir->specifiedDir (#671)Richard Lin
2017-06-26Directions internals mega-refactor (#617)Richard Lin
2017-05-10Add implicit CompileOptions to Record and Bundle (#595)Jack Koenig
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-15 Fix assignment from 0-entry Vec: add test (#580)Andrew Waterman
2017-04-04Use input element to decide if Vec of values has direction (#570)Jack Koenig
2017-03-27Support Vec(0) fields in Bundles, just like Option[Data]; add testAndrew Waterman
2017-03-24Fix getWidth on empty Vecs; add testAndrew Waterman