- Nov 19, 2021
-
-
Jiuyang Liu authored
pla will provide the origianl behavior, and introduce the chisel3.util.experimental.hierarchy to provide the Definiation/Instance behavior.
-
- Nov 18, 2021
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
- Nov 16, 2021
-
-
Jiuyang Liu authored
Remove toBools
-
Jiuyang Liu authored
-
- Nov 14, 2021
-
-
Jiuyang Liu authored
Update sbt-unidoc to 0.5.0
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
Update sbt-scalafix to 0.9.32
-
- Nov 13, 2021
-
-
Scala Steward authored
-
- Nov 11, 2021
-
-
Kevin Laeufer authored
-
- Nov 03, 2021
-
-
Abongwa Bonalais authored
* Update Arbiter.scala * Update src/main/scala/chisel3/util/Arbiter.scala changed group name Co-authored-by:
Megan Wachs <megan@sifive.com> * minor changes on grouping ArbiterIO * removed unmatched closing brace * Remove groupdesc from Arbiter.scala * Added groupdesc to Aggregate.scala * Update Arbiter.scala * Update core/src/main/scala/chisel3/Aggregate.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update Arbiter.scala * Update src/main/scala/chisel3/util/Arbiter.scala Added suugestions. Co-authored-by:
Megan Wachs <megan@sifive.com> * added suggestions from review * added suggestions from review * Resolved conflicts * update Arbiter.scala * Update core/src/main/scala/chisel3/Aggregate.scala deleted groudesc for ArbiterIO Co-authored-by:
Megan Wachs <megan@sifive.com> * Update Scaladoc syntax * removed some lines * Better documentation * Removed @param and @gen * Update core/src/main/scala/chisel3/Aggregate.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update src/main/scala/chisel3/util/Arbiter.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Added groupdesc to ArbiterIO * Update src/main/scala/chisel3/util/Arbiter.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update core/src/main/scala/chisel3/Aggregate.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update Arbiter.scala * Update src/main/scala/chisel3/util/Arbiter.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update Arbiter.scala Co-authored-by:
Megan Wachs <megan@sifive.com>
-
Abongwa Bonalais authored
* Add field grouping scaladocs for DecoupledIo * Added groupdesc to DecoupledIO * Added groupings for IrrevocableIO * Add groupings for ValidIO * Add field grouping scaladoc for PRNGIO * Add field grouping scaladoc for QueueIO * Added groupings for PipeIO * Update src/main/scala/chisel3/util/Decoupled.scala Commited Sugestion Co-authored-by:
Megan Wachs <megan@sifive.com> * Update src/main/scala/chisel3/util/Decoupled.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update src/main/scala/chisel3/util/Decoupled.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update src/main/scala/chisel3/util/Decoupled.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update src/main/scala/chisel3/util/Decoupled.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update src/main/scala/chisel3/util/Valid.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update src/main/scala/chisel3/util/Valid.scala Co-authored-by:
Megan Wachs <megan@sifive.com> * Update src/main/scala/chisel3/util/Valid.scala Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Megan Wachs <megan@sifive.com>
-
- Nov 02, 2021
-
-
Megan Wachs authored
-
Kamyar Mohajerani authored
It can be set as default 2.13 build version later.
-
- Oct 29, 2021
-
-
Adam Izraelevitz authored
Exposing more internals of D/I, which are required for supporting D/I with more powerful Chisel libraries: - Exposing IsClone[_] - Exposing InstantiableClone[_] - Gated builders for Instance/Definition - Unsealing Lookupable, with protected accessors for proto and cloned
-
Jack Koenig authored
Previously, the example had an extra wrapping module that led to the interesting example getting optimized away.
-
- Oct 28, 2021
-
-
Adam Izraelevitz authored
* Add Hierarchy trait * Add Hierarchy trait * Add Hierarchy scaladoc * Add license * Add isA and tests * Add back isA * Add new Select APIs for hierarchy package * Update scaladoc * Write outlines for tests * Add tests and fixes to new Select functions * Make calculate via lazy val * Apply suggestions from code review Co-authored-by:
Megan Wachs <megan@sifive.com> * Apply suggestions from code review Co-authored-by:
Megan Wachs <megan@sifive.com> * Clean up scaladoc * Add shouldNot compile * Apply suggestions from code review Co-authored-by:
Megan Wachs <megan@sifive.com> * Bugfix all funcs should analyze root too * Add mdoc, bugfix toDefinition * Make func private, add scaladoc * Update src/test/scala/chiselTests/experimental/hierarchy/InstanceSpec.scala Co-authored-by:
Jack Koenig <koenig@sifive.com> * Made protected vals private * Apply suggestions from code review Co-authored-by:
Jack Koenig <koenig@sifive.com> * Address code review comments * Added additional null check Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
Adam Izraelevitz authored
* Add Hierarchy trait * Add Hierarchy trait * Add Hierarchy scaladoc * Add license * Add isA and tests * Add back isA * Make calculate via lazy val * Apply suggestions from code review Co-authored-by:
Megan Wachs <megan@sifive.com> * Add shouldNot compile * Update src/test/scala/chiselTests/experimental/hierarchy/InstanceSpec.scala Co-authored-by:
Jack Koenig <koenig@sifive.com> * Made protected vals private Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Oct 26, 2021
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Oct 24, 2021
-
-
Scala Steward authored
-
- Oct 22, 2021
-
-
Shorla authored
* Update bundles-and-vecs.md * Update docs/src/explanations/bundles-and-vecs.md Co-authored-by:
Megan Wachs <megan@sifive.com> * Update naming.md Added a title to the cookbook * Add name to Multiple Clock Domain page * Update multi-clock.md Co-authored-by:
Megan Wachs <megan@sifive.com>
-
Desire Kaleba authored
* add scastie links (#2185) * add scastie version (#2185) Co-authored-by:Megan Wachs <megan@sifive.com>
-
- Oct 21, 2021
-
-
Abongwa Bonalais authored
* Create CONTRIBUTING.md * Update README.md Added guide for new contributors * Update CONTRIBUTING.md Co-authored-by:
Megan Wachs <megan@sifive.com> * Update CONTRIBUTING.md Co-authored-by:
Megan Wachs <megan@sifive.com> * Update README.md Co-authored-by:
Megan Wachs <megan@sifive.com> * Update CONTRIBUTING.md Co-authored-by:
Megan Wachs <megan@sifive.com> * Update CONTRIBUTING.md Co-authored-by:
Megan Wachs <megan@sifive.com> * Update CONTRIBUTING.md Co-authored-by:
Megan Wachs <megan@sifive.com> * Update README.md updated link to CONTRIBUTING.md * Update README.md updated link to CONTRIBUTING.md * Update README.md * Update README.md Co-authored-by:
Megan Wachs <megan@sifive.com> * Update README.md Reposition contributing guide * Update CONTRIBUTING.md removed verilog guide Co-authored-by:
Megan Wachs <megan@sifive.com> * Update README.md Added verilog tutorial link to useful resources area. Co-authored-by:
Megan Wachs <megan@sifive.com>
-
- Oct 20, 2021
-
-
Aditya Naik authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Oct 15, 2021
-
-
Megan Wachs authored
* Update docs README with instructions for new pages * Update docs/README.md
-
- Oct 14, 2021
-
-
Adam Izraelevitz authored
-
- Oct 13, 2021
-
-
Shorla authored
* Update bundles-and-vecs.md * Update docs/src/explanations/bundles-and-vecs.md Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Megan Wachs <megan@sifive.com>
-
Abongwa Bonalais authored
* Update experimental-features.md Added title to Experimental features * Update experimental-features.md * Update docs/src/appendix/experimental-features.md Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Megan Wachs <megan@sifive.com>
-
Nic McDonald authored
-
- Oct 12, 2021
-
-
Abongwa Bonalais authored
Added cookbooks to cookbooks.md
-
Abongwa Bonalais authored
* Added dataview to explanations.md * Update docs/src/explanations/explanations.md Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Megan Wachs <megan@sifive.com>
-
Abongwa Bonalais authored
* Added title * Update docs/src/explanations/blackboxes.md Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Megan Wachs <megan@sifive.com>
-