- Feb 27, 2020
-
-
Adam Izraelevitz authored
-
- Feb 14, 2020
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Feb 13, 2020
-
-
mergify[bot] authored
(cherry picked from commit bcad26c3 ) Co-authored-by:
Jack Koenig <jack.koenig3@gmail.com>
-
- Feb 12, 2020
-
-
mergify[bot] authored
Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@gmail.com> (cherry picked from commit ebef7f59 ) Co-authored-by:
Jack Koenig <jack.koenig3@gmail.com>
-
Jack Koenig authored
This reverts commit 5326124e.
-
- Feb 08, 2020
-
-
Megan Wachs authored
-
- Feb 07, 2020
-
-
Jim Lawson authored
-
- Feb 06, 2020
-
-
mergify[bot] authored
Adds additional Scaldoc to the RegNext object that (1) indicates that the width is not set and (2) shows an example of how to construct a RegNext-like construct with a set width. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> (cherry picked from commit b171f20d ) Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@gmail.com>
-
- Jan 25, 2020
-
-
mergify[bot] authored
Co-authored-by:
Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit f1c4395b ) Co-authored-by:
Leway Colin <colin4124@gmail.com>
-
mergify[bot] authored
* Remove redundancy code * Remove blank line * BitPat supports whitespace and underscores, presumably for human readability. The BitPat.parse factory though did not remove these from the returned count. This fixes that adds whitespace and underscores to the unit tests This is an updated vesion of Chisel PR #1069 Co-authored-by:
Chick Markley <chick@qrhino.com> Co-authored-by:
Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit 160e019e ) Co-authored-by:
Leway Colin <colin4124@gmail.com>
-
- Jan 21, 2020
-
-
mergify[bot] authored
(cherry picked from commit c7715c16 ) Co-authored-by:
Deborah Soung <debs@sifive.com>
-
- Jan 18, 2020
-
-
mergify[bot] authored
(cherry picked from commit 0a98a82c ) Co-authored-by:
Adam Izraelevitz <adam.izraelevitz@sifive.com>
-
- Jan 08, 2020
-
-
Adam Izraelevitz authored
-
- Jan 03, 2020
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Dec 30, 2019
-
-
Adam Izraelevitz authored
-
- Dec 24, 2019
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Dec 19, 2019
-
-
Jim Lawson authored
-
- Dec 18, 2019
-
-
mergify[bot] authored
This is just a band aid until an Aggregate `isLit()` method (for which work has begun) is implemented. (cherry picked from commit 98a6710c)
-
- Dec 07, 2019
-
-
Jack Koenig authored
This reverts commit 5a0f0666.
-
- Dec 05, 2019
-
-
mergify[bot] authored
(cherry picked from commit 03bbb258)
-
- Dec 03, 2019
-
-
mergify[bot] authored
(cherry picked from commit 8edca94f)
-
- Nov 30, 2019
-
-
mergify[bot] authored
Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> (cherry picked from commit a301fa12)
-
mergify[bot] authored
Data.isLit called Data.litArg which would trigger a Chisel runtime deprecation warning in user code with source locator Data.scala:488 (cherry picked from commit afef8b8c)
-
Jack Koenig authored
This switches from using an implicit val that required awkward suppression (as illustrated in CompileOptionsSpec) to allowing overriding in the same way as done in "import chisel3._" via the creation of an implicit val in lexical scope.
-
- Nov 28, 2019
-
-
mergify[bot] authored
(cherry picked from commit 2c53527f)
-
- Nov 26, 2019
-
-
Jim Lawson authored
-
mergify[bot] authored
(cherry picked from commit d4f64fa6)
-
mergify[bot] authored
* Add brief description of (current) chisel versioning and version recommendations. * Respond to comments. Replace "semantic versioning" with "a form of semantic versioning". * Respond to comments - replace mmddyy with yyyymmdd. * Mention change in SNAPSHOT naming. (cherry picked from commit 041fd377)
-
- Nov 25, 2019
-
-
mergify[bot] authored
* Better anonymous and class-in-function desiredName This changes the desired name of a Module to provide non-numeric naming for anonymous Modules and Modules defined inside function bodies. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> (cherry picked from commit a69d79f2 ) * Tests for anonymous/class-in-module desiredName Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> (cherry picked from commit 77d2455a)
-
- Nov 23, 2019
-
-
mergify[bot] authored
Accomplished by changing the code gen for casting literals to aggregates. Rather than connecting the literal to a wire that is then bit selected from, just bit select from the literal which saves the creation of an intermediate wire and matches FIRRTL's semantics for legal async reset initial values. (cherry picked from commit 92d88ffb)
-
mergify[bot] authored
* Add CCC20 Info at README top Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> * Add Upcoming Events h2 Heading to README.md Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> (cherry picked from commit 185710d0)
-
- Nov 09, 2019
-
-
Jack Koenig authored
Also specify 3.2.x/1.2.x branches for CircleCI
-
- Nov 07, 2019
-
-
Jim Lawson authored
-
- Nov 06, 2019
-
-
Jim Lawson authored
This reverts commit 7b93b0f8.
-
- Oct 31, 2019
-
-
Jim Lawson authored
-