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
2023-11-23
cleanup
Aditya Naik
2022-08-02
Remove remaining chiselNames (#2635) (#2656)
mergify[bot]
2022-07-28
Implement DecoupledIO.map utility (#2646) (#2649)
mergify[bot]
2022-07-21
Deprecate chiselName and NoChiselNamePrefix trait (#2627) (#2633)
mergify[bot]
2022-06-27
Deprecate TransitName (backport #2603) (#2606)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-11-17
refactor Queue.hasFlush: Boolean to Queue.flush: Option[Bool]. (#2245)
Jiuyang Liu
2021-11-03
Add field grouping ScalaDoc for other subclasses of Bundle (#2214)
Abongwa Bonalais
2021-10-05
Deprecate auto-application of empty argument lists to parameterless functions...
Jared Barocsi
2021-10-05
Remove all Bundle cloneTypes and chiselRuntimeDeprecate its use (#2052)
Megan Wachs
2021-08-03
Added flush capability to Queue (#2030)
anniej-sifive
2021-03-01
Fix conversions between DecoupledIO and IrrevocableIO (#1781)
Jerry Zhao
2021-02-08
Parametrized Mem- & SyncReadMem-based implementation of the Queue class (#1740)
Vladimir Milovanović
2021-01-21
Rename MultiIOModule to Module
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-09-15
make parameters for util modules public (#1452)
Albert Chen
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-22
Canonicalize construction of Decoupled with no payload (#785)
Jack Koenig
2020-04-16
Revert "Make uselessly public fields in utils private" (#1417)
Adam Izraelevitz
2020-02-10
Make Queue.irrevocable work properly in chisel3
Edward Wang
2019-09-13
Add requirements to Queue class (#1176)
Jack Koenig
2019-09-13
Fix Queue.apply for size 0 in chisel3._ code (#1177)
Jack Koenig
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-08-01
Remove anything deprecated since before 3.2
Schuyler Eldridge
2019-06-11
Added documentation to Decoupled, Conditionals, Counter (#1015)
Adam Izraelevitz
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2019-01-25
WireDefault instead of WireInit, keep WireInit around (#986)
Martin Schoeberl
2019-01-21
Unify internal (chisel3.core) and external (chisel3 / chisel3.experimental) M...
Richard Lin
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
[next]