summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)Author
2019-01-07Fix build error due to scala bug #11125 (#967)Nick Hynes
2018-12-04Add asBool, deprecate toBoolJack Koenig
2018-12-04Add asBools, deprecate toBoolsJack Koenig
2018-11-26Trim Stack Trace (#931)Albert Chen
2018-11-02Fix Queue.io.count when entries=1 (#918)Andrew Waterman
2018-10-29Fix LoadMemoryTransform for Instance Annotations (#914)Schuyler Eldridge
2018-10-12Strong enums (#892)Hasan Genc
2018-10-03Modify ReadyValidIO noenq to set the data payload to DontCare. (#902)Steve Burns
2018-09-28Add dumpAnnotations method to DriverSchuyler Eldridge
2018-09-20Documentation tweaksedwardcwang
2018-09-07Put do_* methods in SourceInfoTransformMacro groupSchuyler Eldridge
2018-08-31Support for verilog memory loading. (#840)Chick Markley
2018-08-29Inhibit aggressive resource file name mangling. (#884)Jim Lawson
2018-08-23Add FlattenInstance APISchuyler Eldridge
2018-08-23Add InlineInstance APISchuyler Eldridge
2018-08-22Implement varargs MixedVec APIEdward Wang
2018-08-22Make MixedVec wire init consistent with VecInitEdward Wang
2018-08-22Remove dynamic indexing for nowEdward Wang
2018-08-22Use a mix-in to override Seq errorEdward Wang
2018-08-22MixedVec: clarify dynamic indexing of heterogeneous elementsEdward Wang
2018-08-22Remove redundant := methodEdward Wang
2018-08-22MixedVec implementationEdward Wang
2018-08-07BoringUtils / Synthesizable Cross Module References (#718)Schuyler Eldridge
2018-07-31Cleanup implicit conversions (#868)Jack Koenig
2018-07-19Add support for Input() and Output() (available in Chisel2 since ucb-bar/chis...Jim Lawson
2018-07-06Undeprecate log2Up and log2Down (#846)Jack Koenig
2018-07-04Prefer litValue, eliminate litToBigIntducky
2018-07-04Style fixesducky
2018-07-04properly fix undefined clock/reset issuesducky
2018-07-04work on new style literal accessorsducky
2018-07-02Direct to FIRRTL (#829)Jack Koenig
2018-06-25Correcting documentation errors in Arbiter.scala (#839)Brendan Sweeney
2018-06-20Programmatic Port Creation (#833)Jack Koenig
2018-06-18Fixed UIntToOH(x, 1) invocation with x.width == 0 (#778)Wesley W. Terpstra
2018-05-24Fix UIntToOH for output widths larger than 2^(input width) (#823)Andrew Waterman
2018-02-28Refactor Annotations (#767)Jack Koenig
2018-02-21Support zero-entry queues (but not for irrevocable) (#780)Andrew Waterman
2018-02-07Cloning IO with compatibility 🦆 (#754)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-02Support for inner classes, implicit parameter lists, supertypessducky64
2018-01-02Autoclonetype initial prototypeducky
2017-12-19Add WireInit.apply that accepts DontCare (#731)Jack Koenig
2017-12-14Fix a few compiler warnings (#738)Jack Koenig
2017-12-13Improve some of the ScalaDoc in chisel3.utilJack Koenig
2017-11-23Change switch to emit when, elsewhen, instead of when, when (#720)Jack Koenig
2017-11-21Correct documentation example for chisel3.Driver (#719)Schuyler Eldridge
2017-10-26Invalidateapi (#645)Adam Izraelevitz
2017-10-05the cloneType and chiselCloneType hot mess 🔥 (#653)Richard Lin
2017-10-03Remove warning in Queue for compatibility code (#702)Jack Koenig