index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
chisel3
/
util
/
Decoupled.scala
Age
Commit message (
Expand
)
Author
2018-11-02
Fix Queue.io.count when entries=1 (#918)
Andrew Waterman
2018-10-03
Modify ReadyValidIO noenq to set the data payload to DontCare. (#902)
Steve Burns
2018-08-07
BoringUtils / Synthesizable Cross Module References (#718)
Schuyler Eldridge
2018-07-31
Cleanup implicit conversions (#868)
Jack Koenig
2018-02-21
Support zero-entry queues (but not for irrevocable) (#780)
Andrew Waterman
2018-02-02
Autoclonetype will clone args that are of type data (#768)
Richard Lin
2018-01-23
Runtime API deprecation warnings (#761)
Richard Lin
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
2017-10-05
the cloneType and chiselCloneType hot mess 🔥 (#653)
Richard Lin
2017-10-03
Remove warning in Queue for compatibility code (#702)
Jack Koenig
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-05-28
Correct misleading example code
Edward Wang
2017-05-19
Update comments describing Decoupled/ReadyValid - fix #437. (#493)
Jim Lawson
2017-04-26
Deprecate fromBits and clock/reset constructors (#583)
Richard Lin
2017-04-25
Remove explicit import of NotStrict - fixes #492 (#494)
Jim Lawson
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
2017-03-08
Fix the widths of QueueIO.count and ArbiterIO.chosen for entries=0
Andrew Waterman
2017-02-07
Name all the things
ducky
2017-01-27
Make uselessly public fields in utils private
jackkoenig
2016-12-14
Change noenq in ReadyValid to use an uninitialized Wire instead of zero (#364)
Jack Koenig
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-11-17
Eliminate some doc warnings
ducky
2016-10-13
Add cloneType method to QueueIO
Schuyler Eldridge
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-09-28
Don't use firrtlDirection for direction checks - fix #298.
Jim Lawson
2016-09-23
Merge branch 'master' into gsdt
Jim Lawson
2016-09-22
Update rest of docs
ducky
2016-09-16
Merge branch 'master' into gsdt
Jim Lawson
2016-09-16
Rename DecoupledIO object to Decoupled (compatibility).
Jim Lawson
2016-09-15
Decoupled: cast DecoupledIO to IrrevocableIO as an input (#280)
Wesley W. Terpstra
2016-09-15
move AddMethodsToDecoupled to ReadyValid
Jim Lawson
2016-09-15
Merge branch 'master' into gsdt
Jim Lawson
2016-09-13
Bugfix: actually pass flow parameter from Queue factory to Queue module const...
Henry Cook
2016-09-08
Add IrrevocableIO alternative to DecoupledIO (#274)
Henry Cook
2016-08-30
Explicitly clone the target type in noenq() to avoid "already bound" errors f...
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-08-22
Purely cosmetic changes to placate the scalastyle checker.
Jim Lawson
2016-07-27
Correct EnqIO/DeqIO Flipped-ness.
Jim Lawson
2016-07-27
Correct EnqIO/DeqIO Flipped-ness.
Jim Lawson
2016-07-25
Minimize differences with master.
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
Jim Lawson
2016-07-20
More literal/width rangling.
Jim Lawson
2016-07-20
Distinguish between ?Int.Lit and ?Int.width
Jim Lawson
2016-07-20
Compile ok.
Jim Lawson
2016-07-19
Incorporate connection logic.
Jim Lawson
2016-07-19
Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
[next]