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
/
Arbiter.scala
Age
Commit message (
Expand
)
Author
2024-06-03
fix stuff in src/
Aditya Naik
2022-07-21
Deprecate chiselName and NoChiselNamePrefix trait (#2627) (#2633)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-11-03
Add field grouping ScalaDoc for ArbiterIO (#2208)
Abongwa Bonalais
2021-10-08
Add nullary .fire to Valid and deprecate dummy version (#2156)
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-04-16
Revert "Make uselessly public fields in utils private" (#1417)
Adam Izraelevitz
2019-01-25
WireDefault instead of WireInit, keep WireInit around (#986)
Martin Schoeberl
2018-06-25
Correcting documentation errors in Arbiter.scala (#839)
Brendan Sweeney
2018-02-02
Autoclonetype will clone args that are of type data (#768)
Richard Lin
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-04-25
Remove explicit import of NotStrict - fixes #492 (#494)
Jim Lawson
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-11-21
Restyle a lot of test code, mainly with regex
ducky
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-23
Merge branch 'master' into gsdt
Jim Lawson
2016-09-22
Update rest of docs
ducky
2016-09-16
Rename DecoupledIO object to Decoupled (compatibility).
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-07-25
Minimize differences with master.
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-19
Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
2016-07-18
Rename "Chisel" to "chisel3" (only git mv).
Jim Lawson
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson