- May 12, 2021
-
-
Scala Steward authored
-
- May 11, 2021
-
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
* Update scalacheck-1-14, ... to 3.1.4.0 * Update scalacheck-1-14, ... to 3.1.4.0 * Update scalacheck-1-14 to 3.1.4.0 Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
-
Jiuyang Liu authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- May 09, 2021
-
-
Jiuyang Liu authored
* Add test to check ShiftRegister(s) with delay is 0. This should break ShiftRegister(x, 0) since last is not exist in a empty Seq. Originally, test only test 1 to 4, which missed a potential bug from #1723. * Fix ShiftRegister with 0 delay. if ShiftRegisters is empty, java will complain: ``` java.util.NoSuchElementException scala.collection.LinearSeqOptimized.last(LinearSeqOptimized.scala:150) ``` This fix this issue and return `in` directly when ShiftRegister size is 0. Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- May 07, 2021
-
-
Scala Steward authored
Co-authored-by:Jiuyang Liu <liu@jiuyang.me>
-
Jiuyang Liu authored
* add ShiftRegisters to expose register inside ShiftRegister. * use Seq.iter for oneline implementation.
-
- May 06, 2021
-
-
Schuyler Eldridge authored
-
- May 05, 2021
-
-
Scala Steward authored
-
- Apr 30, 2021
-
-
Jiuyang Liu authored
* add convert(chirrtl: cir.Circuit): fir.Circuit to convert chirrtl to firrtl. * add scaladoc. * add test. Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jack Koenig authored
-
Kevin Laeufer authored
-
- Apr 29, 2021
-
-
Scala Steward authored
Co-authored-by:
Jiuyang Liu <liu@jiuyang.me> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:
Jiuyang Liu <liu@jiuyang.me> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:
Jiuyang Liu <liu@jiuyang.me> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:
Jiuyang Liu <liu@jiuyang.me> 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>
-
Megan Wachs authored
* Cookbook: clean up desiredName example * Update cookbook.md
-
- Apr 28, 2021
-
-
Chick Markley authored
This PR provides for support for Vec literals. They can be one of two forms Inferred: ``` Vec.Lit(0x1.U, 0x2.U) ``` or explicit: ``` Vec(2, UInt(4.W)).Lit(0 -> 0x1.U, 1 -> 0x2.U) ``` - Explicit form allows for partial, or sparse, literals. - Vec literals can be used as Register initializers - Arbitrary nesting (consistent with type constraints is allowed)
-
- Apr 27, 2021
-
-
Megan Wachs authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jack Koenig authored
-
Jack Koenig authored
-
- Apr 22, 2021
-
-
Deborah Soung authored
-
Martin Schoeberl authored
-
- Apr 20, 2021
-
-
Fabien Marteau authored
nitpick
-
- Apr 16, 2021
-
-
Jiuyang Liu authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jack Koenig authored
Using https://github.com/ucb-bar/chisel-repo-tools/pull/31
-
- Apr 15, 2021
-
-
Carlos Eduardo authored
* Remove space between backticks and language * Make code examples in memories explanation work Co-authored-by:Jack Koenig <koenig@sifive.com>
-
- Apr 13, 2021
-
-
Megan Wachs authored
-
- Apr 08, 2021
-
-
Megan Wachs authored
-
Carlos Eduardo authored
* Add documentation guide about memory initialization * Move information to experimental and add ref
-
- Apr 01, 2021
-
-
XinJun Ma authored
-
Kalamár Ödön authored
-
- Mar 30, 2021
-
-
Jack Koenig authored
-
- Mar 27, 2021
-
-
Jiuyang Liu authored
* Add CCC2021 info * Update README.md * Update README.md
-
- Mar 24, 2021
-
-
Jack Koenig authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Mar 19, 2021
-
-
Jack Koenig authored
* Update the FAQ and add doc on versioning * Update modules.md Co-authored-by:Megan Wachs <megan@sifive.com>
-
Megan Wachs authored
Updates to chisel3 documentation for website: * guard code examples with mdoc and fix errors encountered along the way * move some website content here vs splitting the content across two repos * Bring in the interval-types and loading memories content so that it will be visible from the website * remove all references to the wiki (deprecated) * Remove reference to Wiki from the README * fix tabbing and compile of chisel3-vs-chisel2 section * Appendix: faqs now guarded and compile * FAQs: move to resources section
-
Boyang Han authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-