summaryrefslogtreecommitdiff
path: root/chiselFrontend
AgeCommit message (Expand)Author
2019-12-11- Change getPossibleValues of Interval to return a NumericRange former Seq ma...chick
2019-12-04Add ChiselEnum to BundleLiterals (#1215)Zhuanhao Wu
2019-12-02Fix asTypeOf for Clock (#1258)Jack Koenig
2019-11-29Fix deprecation warning that leaks into user code (#1256)Jack Koenig
2019-11-27Fix bidirectional Wire with Analog (#1252)Jack Koenig
2019-11-17Improve error message when assigning from Seq to Vec (#1239)Andrew Waterman
2019-11-15Enable @chiselName on non-module classes (#1209)John's Brew
2019-11-05Support literals cast to aggregates as async reset reg init values (#1225)Jack Koenig
2019-11-02Better anonymous and class-in-function desiredNameSchuyler Eldridge
2019-10-18Interval Data Type Support for Chisel (#1210)Chick Markley
2019-10-08Fix direction of dynamic index in complex Vec (#1196)Jack Koenig
2019-10-07Improve desiredName for nested objects/classesSchuyler Eldridge
2019-09-16Da steve101 tree reduce (#485)Jack Koenig
2019-09-11Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)Jim Lawson
2019-08-28refactor out _Factory traits + address EOF WSKamyar Mohajerani
2019-08-28Refactor Element, Num, and Analog classes to their own files (no functional c...Kamyar Mohajerani
2019-08-19Refactor: remove redundant code (#1152)Leway Colin
2019-08-13Add support for asynchronous reset (#1011)Jack Koenig
2019-08-12Aspect-Oriented Programming for Chisel (#1077)Adam Izraelevitz
2019-08-08Require target is hardware for Vec.apply(a: UInt)Schuyler Eldridge
2019-08-01Flatten *FactoryBase hierarchySchuyler Eldridge
2019-08-01Remove anything deprecated since before 3.2Schuyler Eldridge
2019-07-31Clarify Module deprecationsSchuyler Eldridge
2019-07-31Fix deprecation warningsSchuyler Eldridge
2019-07-30Change core deprecation "since" from 3.3 -> 3.2Schuyler Eldridge
2019-07-24Fix Num.+ ScaladocSchuyler Eldridge
2019-07-18Support Analog DontCare bulk-connect (#1056)Richard Lin
2019-06-24Changed Value macro in ChiselEnum so that it doesn't use deprecated (#1104)Hasan Genc
2019-05-21Minor Scaladoc update (#1099)Jim Lawson
2019-05-20Repackagecore rebase (#1078)Jim Lawson
2019-05-13RawModule with no reset should be able to use withClock method. (#1065)Chick Markley
2019-05-13Fix miscellaneous Scaladoc warningsSchuyler Eldridge
2019-05-12Remove deprecated @usecaseSchuyler Eldridge
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-24Add back Int forms of Mem do_apply methods (#1082)Jack Koenig
2019-04-23Change size of memories from Int to BigInt (#1076)Jack Koenig
2019-04-19Fix wrong directionality for Vec(Flipped())Edward Wang
2019-04-15Avoid silently truncating BigInt to IntAndrew Waterman
2019-04-15Style nitpick (#1068)edwardcwang
2019-04-12Implement connectFromBits in ChiselEnum (#1052)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-28Make core.DontCare private to chisel3 (#1054)Jim Lawson
2019-03-26Try to eliminate JVM hang due to static initialization deadlock (#1053)Jim Lawson
2019-03-25Allow naming annotation to work outside builder context (#1051)Richard Lin
2019-03-25Check field referential equality in autoclonetype (#1047)Richard Lin
2019-03-23move doNotDedup to experimental (#1008)Sequencer
2019-03-22Undeprecate isLit (#1048)Jack Koenig