summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-21Add Cookbook testsjackkoenig
2016-09-21Expose FIRRTL asClock constructAndrew Waterman
2016-09-21Make implicit clock name consistent (#288)Andrew Waterman
2016-09-15Decoupled: cast DecoupledIO to IrrevocableIO as an input (#280)Wesley W. Terpstra
2016-09-13Bugfix: actually pass flow parameter from Queue factory to Queue module const...Henry Cook
2016-09-08Add IrrevocableIO alternative to DecoupledIO (#274)Henry Cook
2016-09-08Merge pull request #275 from ucb-bar/fix-printableJim Lawson
2016-09-07Fix bug in Printable FullName of submodule portjackkoenig
2016-09-07Add Printable (#270)Jack Koenig
2016-09-02Deprecate asBits; modify deprecation warnings accordinglyAndrew Waterman
2016-09-01Remove O(n^2) code in Vec.apply(Seq)Andrew Waterman
2016-09-01Merge pull request #273 from ucb-bar/check-vecJim Lawson
2016-08-31Check that Vecs have homogeneous typesAndrew Waterman
2016-08-31Bump version number in preparation for release.Jim Lawson
2016-08-26Merge pull request #259 from ucb-bar/addpublicnodeChick Markley
2016-08-25fix a bug in setModNameDonggyu Kim
2016-08-24Per Chisel meeting.chick
2016-08-21AnnotatingExample:chick
2016-08-21Add AnnotationSpec file which provides an example of a way to implement gener...chick
2016-08-21Add annotating example to test new signal name apichick
2016-08-21provides signal name methods for firrtl annotation and chisel testersDonggyu Kim
2016-08-16Add component to signature.Jim Lawson
2016-08-16Provide public SignalID trait to be used to conjure up a signal identifier.Jim Lawson
2016-08-15Make "def width" a private API; expose isWidthKnown instead (#257)Andrew Waterman
2016-08-09Support Module name overrides with "override def desiredName"Andrew Waterman
2016-08-09Legalize identifier names before printingAndrew Waterman
2016-08-09counter(inc,n) example should reflect actual use (#252)Colin Schmidt
2016-07-31Remove deprecated FileSystemUtilitiesAndrew Waterman
2016-07-31Expose asUInt from DataAndrew Waterman
2016-07-31Fix two deprecation warningsAndrew Waterman
2016-07-20Generate better names for nodes (#190)Jack Koenig
2016-07-15Improve PopCount implementationAndrew Waterman
2016-07-11bitpat should keep the width of uint (#232)Donggyu
2016-07-07Don't check GCD result before sending it a requestAndrew Waterman
2016-07-07Improve QoR for Log2Andrew Waterman
2016-07-07Improve Fill code generationAndrew Waterman
2016-07-07Correct erroneous Log2 documentationAndrew Waterman
2016-07-07Avoid needlessly creating VecsAndrew Waterman
2016-07-01Reflectively name Module fields declared in superclassesAndrew Waterman
2016-06-28Merge pull request #224 from ucb-bar/renamechisel3Richard Lin
2016-06-28Merge branch 'master' into renamechisel3Jim Lawson
2016-06-27Guard firrtl stop, fixing pipelined resetAndrew Waterman
2016-06-24Merge branch 'master' into renamechisel3Jim Lawson
2016-06-23Expose FIRRTL stop constructAndrew Waterman
2016-06-22Merge branch 'master' into renamechisel3Jim Lawson
2016-06-20fix BlackBox setRefs to correctly handle arbitrarily nested bundles as ports ...Howard Mao
2016-06-20make sure MuxCase and MuxLookup can take all subclasses of Data (#222)Howard Mao
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-20Rename chisel3 package.Jim Lawson
2016-06-15Generate better node names when names collide (#221)Andrew Waterman