summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/Arbiter.scala
AgeCommit message (Expand)Author
2022-07-21Deprecate chiselName and NoChiselNamePrefix trait (#2627) (#2633)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-11-03Add field grouping ScalaDoc for ArbiterIO (#2208)Abongwa Bonalais
2021-10-08Add nullary .fire to Valid and deprecate dummy version (#2156)Jack Koenig
2020-10-01Move Chisel3 to SPDX license conventions (#1604)Chick Markley
2020-09-15make parameters for util modules public (#1452)Albert Chen
2020-04-16Revert "Make uselessly public fields in utils private" (#1417)Adam Izraelevitz
2019-01-25WireDefault instead of WireInit, keep WireInit around (#986)Martin Schoeberl
2018-06-25Correcting documentation errors in Arbiter.scala (#839)Brendan Sweeney
2018-02-02Autoclonetype will clone args that are of type data (#768)Richard Lin
2017-08-17More of the bindings refactor (#635)Richard Lin
2017-04-25Remove explicit import of NotStrict - fixes #492 (#494)Jim Lawson
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-11-21Restyle a lot of test code, mainly with regexducky
2016-09-29Consolidate CompileOptions and re-enable NotStrict pending macro work.Jim Lawson
2016-09-29Massive rename of CompileOptions.Jim Lawson
2016-09-23Merge branch 'master' into gsdtJim Lawson
2016-09-22Update rest of docsducky
2016-09-16Rename DecoupledIO object to Decoupled (compatibility).Jim Lawson
2016-08-29Rename CompileOptions implicit objects.Jim Lawson
2016-08-29Pass compileOptions as an implicit Module parameter.Jim Lawson
2016-07-25Minimize differences with master.Jim Lawson
2016-07-20More literal/width rangling.Jim Lawson
2016-07-20Distinguish between ?Int.Lit and ?Int.widthJim Lawson
2016-07-19Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3Jim Lawson
2016-07-18Update Chisel -> chisel3 references.Jim Lawson
2016-07-18Rename "Chisel" to "chisel3" (only git mv).Jim Lawson
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-20Rename chisel3 package.Jim Lawson