summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/chisel3/core/Data.scala
AgeCommit message (Expand)Author
2019-05-20Repackagecore rebase (#1078)Jim Lawson
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-04-26Bundle literals implementation (#1057)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-22Undeprecate isLit (#1048)Jack Koenig
2019-03-22Fix enum annotations (#936)Hasan Genc
2019-03-21Change == to reference equality (eq) in Data print (#1044)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
2019-01-21Support DontCare in Mux and cloneSupertype (#995)Richard Lin
2018-12-19Fix width inferencing issue (#952)Jack Koenig
2018-10-12Strong enums (#892)Hasan Genc
2018-10-03Add DataMirror.modulePorts (#901)Richard Lin
2018-09-07Put := and <> methods in Connect ScalaDoc groupSchuyler Eldridge
2018-09-07Put do_* methods in SourceInfoTransformMacro groupSchuyler Eldridge
2018-09-07Add Connect ScalaDoc group to DataSchuyler Eldridge
2018-07-04Prefer litValue, eliminate litToBigIntducky
2018-07-04Change [public] Data.elementLitArg => [protected] Aggregate.litArgOfBitsducky
2018-07-04Style fixesducky
2018-07-04binding => topBinding so that partial Bundles work and undefined Bundle membe...ducky
2018-07-04brokenducky
2018-07-04bundle literal mockup, but broken =(Richard Lin
2018-07-04refactoring of lit and ref implementationsRichard Lin
2018-07-04work on new style literal accessorsducky
2018-07-04Infrastructure for bundle literalsducky
2018-05-24Remove extraneous traversal in cloneSupertype (#824)Jack Koenig
2018-02-28Refactor Annotations (#767)Jack Koenig
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-02Add auto clone implementation for inner Bundles (#722)Albert Magyar
2017-12-19Add WireInit.apply that accepts DontCare (#731)Jack Koenig
2017-10-26Invalidateapi (#645)Adam Izraelevitz
2017-10-05the cloneType and chiselCloneType hot mess 🔥 (#653)Richard Lin
2017-09-26Disallow assignment to op results (#698)Richard Lin
2017-08-17More of the bindings refactor (#635)Richard Lin
2017-08-11Rename userDir->specifiedDir (#671)Richard Lin
2017-08-07Don't assign default direction to Analog in Chisel._Jack Koenig
2017-07-28Black box top-level IO fix (#655)Richard Lin
2017-06-26Directions internals mega-refactor (#617)Richard Lin
2017-04-26Deprecate fromBits and clock/reset constructors (#583)Richard Lin
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-13Module Hierarchy Refactor (#469)Richard Lin
2017-04-12Fix one hot mux (#573)Chick Markley
2017-03-24Fixed fix, allow Mux of different binary points and widths (#559)Richard Lin