summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/Decoupled.scala
AgeCommit message (Expand)Author
2024-08-06Fix more misc fileschisel6-scala3-0.1Aditya Naik
2024-06-03fix stuff in src/Aditya Naik
2022-08-02Remove remaining chiselNames (#2635) (#2656)mergify[bot]
2022-07-28Implement DecoupledIO.map utility (#2646) (#2649)mergify[bot]
2022-07-21Deprecate chiselName and NoChiselNamePrefix trait (#2627) (#2633)mergify[bot]
2022-06-27Deprecate TransitName (backport #2603) (#2606)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-11-17refactor Queue.hasFlush: Boolean to Queue.flush: Option[Bool]. (#2245)Jiuyang Liu
2021-11-03Add field grouping ScalaDoc for other subclasses of Bundle (#2214)Abongwa Bonalais
2021-10-05Deprecate auto-application of empty argument lists to parameterless functions...Jared Barocsi
2021-10-05Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)Megan Wachs
2021-08-03Added flush capability to Queue (#2030)anniej-sifive
2021-03-01Fix conversions between DecoupledIO and IrrevocableIO (#1781)Jerry Zhao
2021-02-08Parametrized Mem- & SyncReadMem-based implementation of the Queue class (#1740)Vladimir Milovanović
2021-01-21Rename MultiIOModule to ModuleJack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-09-15make parameters for util modules public (#1452)Albert Chen
2020-07-21Delete outdated scalastyle configuration comments from sourceAlbert Magyar
2020-06-22Canonicalize construction of Decoupled with no payload (#785)Jack Koenig
2020-04-16Revert "Make uselessly public fields in utils private" (#1417)Adam Izraelevitz
2020-02-10Make Queue.irrevocable work properly in chisel3Edward Wang
2019-09-13Add requirements to Queue class (#1176)Jack Koenig
2019-09-13Fix Queue.apply for size 0 in chisel3._ code (#1177)Jack Koenig
2019-09-11Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)Jim Lawson
2019-08-01Remove anything deprecated since before 3.2Schuyler Eldridge
2019-06-11Added documentation to Decoupled, Conditionals, Counter (#1015)Adam Izraelevitz
2019-05-20Repackagecore rebase (#1078)Jim Lawson
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-21Unify internal (chisel3.core) and external (chisel3 / chisel3.experimental) M...Richard Lin
2018-11-02Fix Queue.io.count when entries=1 (#918)Andrew Waterman
2018-10-03Modify ReadyValidIO noenq to set the data payload to DontCare. (#902)Steve Burns
2018-08-07BoringUtils / Synthesizable Cross Module References (#718)Schuyler Eldridge
2018-07-31Cleanup implicit conversions (#868)Jack Koenig
2018-02-21Support zero-entry queues (but not for irrevocable) (#780)Andrew Waterman
2018-02-02Autoclonetype will clone args that are of type data (#768)Richard Lin
2018-01-23Runtime API deprecation warnings (#761)Richard Lin
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
2017-08-17More of the bindings refactor (#635)Richard Lin
2017-06-26Directions internals mega-refactor (#617)Richard Lin
2017-05-28Correct misleading example codeEdward Wang
2017-05-19Update comments describing Decoupled/ReadyValid - fix #437. (#493)Jim Lawson
2017-04-26Deprecate fromBits and clock/reset constructors (#583)Richard Lin
2017-04-25Remove explicit import of NotStrict - fixes #492 (#494)Jim Lawson
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
2017-03-08Fix the widths of QueueIO.count and ArbiterIO.chosen for entries=0Andrew Waterman
2017-02-07Name all the thingsducky
2017-01-27Make uselessly public fields in utils privatejackkoenig