summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main
AgeCommit message (Expand)Author
2020-02-12Fix := of Reset and AsyncReset to DontCare (#1336)Jack Koenig
2020-02-11Clone child elements lazily in Vec (#1329)Jack Koenig
2020-02-10Printf: Add support for tabs, and give helpful error messages (#1323) (#1326)Jack Koenig
2020-02-06Emit FIRRTL andr, orr for Bits.{andR, orR}Schuyler Eldridge
2020-02-05Add information about widths to RegNext (#1318)Schuyler Eldridge
2020-02-03Add read-under-write parameter to SyncReadMem (#1183)Albert Magyar
2020-01-31Merge branch 'master' into add-asbool-to-clockChick Markley
2020-01-25Fixed code example typo in comment (#1294)Leway Colin
2020-01-25Remove redundancy code (#1296)Leway Colin
2020-01-23Minor changes - update comments, use MaxBitsBigIntToBigDecimal instead of '10...Jim Lawson
2020-01-22Update comment for Clock.asBool()Jim Lawson
2020-01-22Merge branch 'master' into add-asbool-to-clockChick Markley
2020-01-22Merge branch 'master' into big-decimal-methods-for-num-typesChick Markley
2020-01-22Change when/switch thunk type to Any (#1308)Schuyler Eldridge
2020-01-21Merge branch 'master' into big-decimal-methods-for-num-typeschick
2020-01-07Merge branch 'master' into add-asbool-to-clockJim Lawson
2020-01-07Remove over design (#1237)Leway Colin
2019-12-19Removed accidentally introduced parenschick
2019-12-18Add method asBool to Clock.chick
2019-12-18- New trait HasBinaryPoint which provides literal values as double and big de...chick
2019-12-17Merge branch 'master' into interval-fix-2Chick Markley
2019-12-17Band aid until litOption is implemented for Aggregates. (#1277)Jim Lawson
2019-12-12Fixed problem creating Interval literals with full rangeschick
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