- Oct 05, 2022
-
-
Megan Wachs authored
-
- Aug 30, 2022
-
-
mergify[bot] authored
We need to ensure that contextual names stay contextual (ie. sensitive to the module context which is important for naming ports). (cherry picked from commit cee25521 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Aug 26, 2022
-
-
Zachary Yedidia authored
-
mergify[bot] authored
* Bugfix - OpaqueSlot replace invalid localName (#2701) (cherry picked from commit fb8ea2a2 ) * Fix cloneTypes (#2703) Co-authored-by:
Aditya Naik <91489422+adkian-sifive@users.noreply.github.com>
-
- Aug 25, 2022
-
-
mergify[bot] authored
(cherry picked from commit 78265e18 ) Co-authored-by:
Jiuyang Liu <liu@jiuyang.me>
-
- Aug 24, 2022
-
-
Zachary Yedidia authored
-
mergify[bot] authored
(cherry picked from commit 1a23b424 ) Co-authored-by:
Jared Barocsi <82000041+jared-barocsi@users.noreply.github.com>
-
- Aug 18, 2022
-
-
mergify[bot] authored
(cherry picked from commit 67cff825 ) Co-authored-by:
Jared Barocsi <82000041+jared-barocsi@users.noreply.github.com>
-
- Aug 17, 2022
-
-
mergify[bot] authored
* Add OpaqueType support to Records (#2662) OpaqueTypes are essentially type aliases that hide the underlying type. They are implemented in Chisel as Records of a single, unnamed element where the wrapping Record does not exist in the emitted FIRRTL. Co-authored-by:
Jack Koenig <koenig@sifive.com> (cherry picked from commit df5afee2 ) * Fix test compilation * Fix OpaqueType tests in RecordSpec Need to implement cloneType correctly and to warn instead of error when accessing .toTarget of non-hardware types because that is a warning (not error) in 3.5. * Waive MiMa false positives Co-authored-by:
Aditya Naik <91489422+adkian-sifive@users.noreply.github.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
* Add a cookbook and publicly visible scaladoc for prefix, noPrefix (cherry picked from commit ae7dc30b ) Co-authored-by:
Megan Wachs <megan@sifive.com>
-
- Aug 16, 2022
-
-
mergify[bot] authored
(cherry picked from commit de76e70b ) Co-authored-by:
Aditya Naik <91489422+adkian-sifive@users.noreply.github.com>
-
mergify[bot] authored
* Printables for verification preconditions (#2663) Add support for printable within assert and assume verification statements Co-authored-by:
Girish Pai <girish.pai@sifive.com> Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com> (cherry picked from commit 7df56533 ) * Waive MiMa false positive Co-authored-by:
Aditya Naik <91489422+adkian-sifive@users.noreply.github.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Aug 13, 2022
-
-
mergify[bot] authored
* Add option to treat warnings as errors (#2676) Add --warnings-as-errors option (cherry picked from commit 49894666 ) # Conflicts: # core/src/main/scala/chisel3/experimental/hierarchy/Definition.scala # core/src/main/scala/chisel3/internal/Builder.scala # src/main/scala/chisel3/aop/injecting/InjectingAspect.scala # src/main/scala/chisel3/stage/ChiselOptions.scala # src/main/scala/chisel3/stage/package.scala # src/main/scala/chisel3/stage/phases/Elaborate.scala * Resolve backport conflicts Co-authored-by:
Zachary Yedidia <zyedidia@gmail.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
(cherry picked from commit ae76ff4c ) Co-authored-by:
Zachary Yedidia <zyedidia@gmail.com>
-
mergify[bot] authored
(cherry picked from commit 1ad820f7 ) Co-authored-by:
Zachary Yedidia <zyedidia@gmail.com>
-
- Aug 05, 2022
-
-
mergify[bot] authored
* Replace some options with nullable vars (#2658) Co-authored-by:
Jack Koenig <koenig@sifive.com> (cherry picked from commit ac460bfe ) # Conflicts: # core/src/main/scala/chisel3/internal/Builder.scala * Fix backport conflicts (#2661) Co-authored-by:
Zachary Yedidia <zyedidia@gmail.com>
-
- Aug 03, 2022
-
-
mergify[bot] authored
(cherry picked from commit 0b2c211b ) Co-authored-by:
Megan Wachs <megan@sifive.com>
-
- Aug 02, 2022
-
-
mergify[bot] authored
(cherry picked from commit 8538269a ) Co-authored-by:
Jared Barocsi <82000041+jared-barocsi@users.noreply.github.com>
-
mergify[bot] authored
We no longer meet on Tuesdays, only Mondays. (cherry picked from commit 28c79fd4 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Jul 31, 2022
-
-
Jack Koenig authored
Release automation tries to bump chiseltest which causes issues due to SBT trying to resolve all dependencies (even for projects that will not be published, like integrationTests).
-
- Jul 29, 2022
-
-
mergify[bot] authored
(cherry picked from commit b20df1d6 ) Co-authored-by:
Jared Barocsi <82000041+jared-barocsi@users.noreply.github.com>
-
- Jul 25, 2022
-
-
mergify[bot] authored
(cherry picked from commit 81fcf229 ) Co-authored-by:
Megan Wachs <megan@sifive.com>
-
- Jul 23, 2022
-
-
mergify[bot] authored
This is required in order to support peeks in chiseltest. (cherry picked from commit 26cd15a9 ) Co-authored-by:
Kevin Laeufer <laeufer@cs.berkeley.edu>
-
- Jul 22, 2022
-
-
mergify[bot] authored
Also remove all non-testing uses of chiselName. (cherry picked from commit 1c5d1b53 ) Co-authored-by:
Jared Barocsi <82000041+jared-barocsi@users.noreply.github.com>
-
- Jul 14, 2022
-
-
Megan Wachs authored
* Add copy constructors for compile options * Add tests for the copy constructors Co-authored-by:Jiuyang Liu <liu@jiuyang.me>
-
mergify[bot] authored
(cherry picked from commit 4b10cf7a ) Co-authored-by:
Girish Pai <girish.pai@sifive.com>
-
- Jul 13, 2022
-
-
mergify[bot] authored
* Update scala-compiler, scala-library, ... to 2.12.16 (#2618) * Update scala-compiler, scala-library, ... to 2.12.16 * Add 2.12.16 to compiler plugin crossbuild Co-authored-by:
Jack Koenig <jack.koenig3@gmail.com> (cherry picked from commit e4f66357 ) # Conflicts: # .github/workflows/test.yml * Resolve backport conflicts * Ignore lack of plugin 3.5.3 artifact for Scala 2.12.16 Since 2.12.16 did not exist when 3.5.3 was published, there is no artifact for the plugin so we must ignore it until 3.5.4 is released. Co-authored-by:
Scala Steward <43047562+scala-steward@users.noreply.github.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Jul 09, 2022
-
-
mergify[bot] authored
(cherry picked from commit 11e8cc60 ) Co-authored-by:
Megan Wachs <megan@sifive.com>
-
- Jul 07, 2022
-
-
mergify[bot] authored
* Refactor TruthTable.apply and add factory method for Espresso (#2612) Improves performance of creating TruthTables by processing entire BitPats rather than individual bits. New TruthTable factory method enables constructing TruthTables with semantics of OR-ing output BitPats together rather than erroring when multiple terms have the same input BitPat. This alternative factory method matches semantics for the output format of Espresso. Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com> (cherry picked from commit 231f14e7 ) # Conflicts: # src/main/scala/chisel3/util/BitPat.scala * Resolve backport conflicts Co-authored-by:
Aditya Naik <91489422+adkian-sifive@users.noreply.github.com>
-
- Jul 06, 2022
-
-
mergify[bot] authored
Co-authored-by:
Jack Koenig <koenig@sifive.com> Co-authored-by:
Megan Wachs <megan@sifive.com> (cherry picked from commit 3ab34cdd ) Co-authored-by:
Jared Barocsi <82000041+jared-barocsi@users.noreply.github.com>
-
- Jun 28, 2022
-
-
mergify[bot] authored
Links between markdown pages should not have any file extension to ensure they work on the website. (cherry picked from commit 04d4dc6d ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
* Deprecate TransitName (#2603) * Deprecate TransitName * Add @nowarn macros to usages of TransitName in the repo Co-authored-by:
Jack Koenig <koenig@sifive.com> (cherry picked from commit a0b05190 ) * Update src/main/scala/chisel3/util/Valid.scala * Update src/main/scala/chisel3/util/Valid.scala Co-authored-by:
Megan Wachs <megan@sifive.com>
-
- Jun 24, 2022
-
-
mergify[bot] authored
* Publish unidoc as ScalaDoc in chisel project (#2595) This makes it such that we can stop hosting ScalaDoc on the Chisel website, instead just pointing to the latest docs on javadoc.io (cherry picked from commit 8b9f3d78 ) # Conflicts: # build.sbt * Resolve backport conflicts Co-authored-by:
Jack Koenig <koenig@sifive.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
mergify[bot] authored
(cherry picked from commit 7fa0d8bf ) Co-authored-by:
Zachary Yedidia <zyedidia@gmail.com>
-
- Jun 23, 2022
-
-
mergify[bot] authored
Co-authored-by:
Megan Wachs <megan@sifive.com> (cherry picked from commit 4da410e0 ) Co-authored-by:
Michael Etzkorn 叶明凯 <34870910+metzkorn@users.noreply.github.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
mergify[bot] authored
(cherry picked from commit 6ecf4d39 ) Co-authored-by:
Carlos Eduardo <me@carlosedp.com>
-
- Jun 22, 2022
-
-
mergify[bot] authored
Used for separate elaboration of Definition and Instance (cherry picked from commit 48d57cc8 ) Co-authored-by:
Girish Pai <girish.pai@sifive.com>
-
mergify[bot] authored
* Make readme friendlier to beginners (#2586) (cherry picked from commit 773d2d67 ) # Conflicts: # README.md * Resolve backport conflicts Co-authored-by:
Carlos Eduardo <me@carlosedp.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Jun 18, 2022
-
-
mergify[bot] authored
Previously, the plugin would crash with a useless internal error. (cherry picked from commit 9fcfb252 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Jun 17, 2022
-
-
mergify[bot] authored
(cherry picked from commit d54a37a5 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-