summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/Decoupled.scala
AgeCommit message (Expand)Author
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
2016-12-14Change noenq in ReadyValid to use an uninitialized Wire instead of zero (#364)Jack Koenig
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-11-17Eliminate some doc warningsducky
2016-10-13Add cloneType method to QueueIOSchuyler Eldridge
2016-09-29Consolidate CompileOptions and re-enable NotStrict pending macro work.Jim Lawson
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-09-28Don't use firrtlDirection for direction checks - fix #298.Jim Lawson
2016-09-23Merge branch 'master' into gsdtJim Lawson
2016-09-22Update rest of docsducky
2016-09-16Merge branch 'master' into gsdtJim Lawson
2016-09-16Rename DecoupledIO object to Decoupled (compatibility).Jim Lawson
2016-09-15Decoupled: cast DecoupledIO to IrrevocableIO as an input (#280)Wesley W. Terpstra
2016-09-15move AddMethodsToDecoupled to ReadyValidJim Lawson
2016-09-15Merge branch 'master' into gsdtJim Lawson
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-08-30Explicitly clone the target type in noenq() to avoid "already bound" errors f...Jim Lawson
2016-08-29Rename CompileOptions implicit objects.Jim Lawson
2016-08-29Pass compileOptions as an implicit Module parameter.Jim Lawson
2016-08-22Purely cosmetic changes to placate the scalastyle checker.Jim Lawson
2016-07-27Correct EnqIO/DeqIO Flipped-ness.Jim Lawson
2016-07-27Correct EnqIO/DeqIO Flipped-ness.Jim Lawson
2016-07-25Minimize differences with master.Jim Lawson
2016-07-21Introduce chiselCloneType to distinguish from cloneType.Jim Lawson
2016-07-20More literal/width rangling.Jim Lawson
2016-07-20Distinguish between ?Int.Lit and ?Int.widthJim Lawson
2016-07-20Compile ok.Jim Lawson
2016-07-19Incorporate connection logic.Jim Lawson
2016-07-19Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3Jim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson