- Mar 01, 2024
-
-
Nandor Licker authored
(cherry picked from commit 109ee9ec)
-
mergify[bot] authored
(cherry picked from commit 036dd5ea ) Co-authored-by:
Mike Urbach <mike.urbach@sifive.com>
-
- Feb 29, 2024
-
-
mergify[bot] authored
* Add `suggestName` method to `HasTarget` (#3881) (cherry picked from commit c161fccd ) * Waive binary compatibility issues --------- Co-authored-by:
Deborah Soung <debs@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Feb 28, 2024
-
-
mergify[bot] authored
This allows users to get a ClassType for use in other Property types, which is especially useful when constructing aggregate Property types of a specific Class. (cherry picked from commit 8a02fb34 ) Co-authored-by:
Mike Urbach <mike.urbach@sifive.com>
-
- Feb 27, 2024
-
-
mergify[bot] authored
(cherry picked from commit e513da57 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Feb 24, 2024
-
-
Chisel Bot authored
Co-authored-by:jackkoenig <jackkoenig@users.noreply.github.com>
-
mergify[bot] authored
(cherry picked from commit 68eb2486 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
* Use "dep" instead of deprecated "lib" * Add _root_ to `import circt.stage.ChiselStage` * Also add comment describing how this disambiguates from chisel3.util.circt when the user does `import chisel3.util._` * Bump versions in Github workflows (cherry picked from commit 589f1067 ) Co-authored-by:Jack Koenig <koenig@sifive.com>
-
- Feb 23, 2024
-
-
mergify[bot] authored
(cherry picked from commit a0ac3fd2 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
* debump to sbt 1.9.7 (#3852) (cherry picked from commit 0c9ebccf ) # Conflicts: # docs/src/installation.md * Delete docs/src/installation.md --------- Co-authored-by:
Deborah Soung <debs@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
This adds an API for integer Property shift right. (cherry picked from commit 32840808 ) Co-authored-by:
Mike Urbach <mike.urbach@sifive.com>
-
mergify[bot] authored
(cherry picked from commit 1ff43c93 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
This adds an API for integer Property multiplication. (cherry picked from commit 4d7ebd91 ) Co-authored-by:
Mike Urbach <mike.urbach@sifive.com>
-
- Feb 22, 2024
-
-
mergify[bot] authored
This allows Properties to be used to build up expressions in terms of input Properties and literals. (cherry picked from commit 11844a40 ) Co-authored-by:
Mike Urbach <mike.urbach@sifive.com>
-
- Feb 21, 2024
-
-
mergify[bot] authored
(cherry picked from commit 4f1f4a77 ) Co-authored-by:
Deborah Soung <debs@sifive.com>
-
- Feb 17, 2024
-
-
mergify[bot] authored
(cherry picked from commit 41dd2671 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
(cherry picked from commit 8f0196fa ) Co-authored-by:
Deborah Soung <debs@sifive.com>
-
- Feb 10, 2024
-
-
mergify[bot] authored
(cherry picked from commit 84a21f8a ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Feb 01, 2024
-
-
mergify[bot] authored
(cherry picked from commit d21a6635 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Jan 31, 2024
-
-
mergify[bot] authored
This is in addition to the existing support in Definition.apply. Sometimes it is not possible to use Definition.apply, for example, if you plan to bore ports through the Class being constructed. The new DynamicObject.apply method supports this, and creates a DynamicObject from the newly elaborated Class. (cherry picked from commit 04535d32 ) Co-authored-by:
Mike Urbach <mike.urbach@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
(cherry picked from commit b3b5ab19 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
mergify[bot] authored
This adds support for BoringUtils.bore to bore and connect Property ports. (cherry picked from commit 178d8f06 ) Co-authored-by:
Mike Urbach <mike.urbach@sifive.com>
-
mergify[bot] authored
* Support isProperty query in DataMirror. (#3783) This adds an API to DataMirror to query if a Data is a Property. (cherry picked from commit 3b27dcdb ) # Conflicts: # src/test/scala/chiselTests/reflect/DataMirrorSpec.scala * Fix backport merge conflict. --------- Co-authored-by:
Mike Urbach <mike.urbach@sifive.com>
-
mergify[bot] authored
Since we override litOption to always be None, we need to override isLit to check the Binding. (cherry picked from commit 7be47bb4 ) Co-authored-by:
Mike Urbach <mike.urbach@sifive.com>
-
mergify[bot] authored
(cherry picked from commit d8991c55 ) Co-authored-by:
Megan Wachs <megan@sifive.com>
-
mergify[bot] authored
Previously, it was not calling .ref. It was thus not properly: 1. Checking that the clock is bound hardware 2. Checking that the clock is visible in the current scope 3. Reifying the clock if its a view Note that RegInit() was already correctly calling .ref. (cherry picked from commit 1c348c55 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Jan 28, 2024
-
-
mergify[bot] authored
Module's logic that creates the implicit clock and implicit reset within the Module's body is now implemented in new traits that users are free to mix in to RawModule. There are also now virtual methods implicitClock and implicitReset that the user can override to change what clock or reset is used. (cherry picked from commit abc96e20 ) Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
- Jan 20, 2024
-
-
Yinan Xu authored
Users are now able to check whether a Data is visible from the current context via `chisel.reflect.DataMirror.isVisible`.
-
Jack Koenig authored
* Bump versions * It now tabs every line included in the Release Notes section of the PR template
-
Jack Koenig authored
-
- Jan 19, 2024
-
-
Jack Koenig authored
Also fix website API doc link generation, links prior to 3.5.4 are not valid (that is when we started publishing the unidoc properly so that it gets picked up by javadoc.io and the like).
-
Chisel Bot authored
Co-authored-by:jackkoenig <jackkoenig@users.noreply.github.com>
-
- Jan 16, 2024
-
-
Will Dietz authored
Using `Output()` shouldn't drop important type information, only override the specified direction to force alignment. Until #3647 is addressed, use `cloneTypeFull` to get the expected behavior. The cloned direction information is unnecessary but is overridden by the coerced direction. cc #3647. Co-authored-by:Jack Koenig <koenig@sifive.com>
-
- Jan 15, 2024
-
-
Jack Koenig authored
The automation around automatically determining released versions of Chisel and generating content for the website would fail in the period between tagging a new release and the corresponding artifacts actually being released to Maven Central. This would even prevent the CI job trying to push the release to Maven Central. Now, the logic for determining releases will filter for those actually pushed to Maven Central.
-
- Jan 14, 2024
-
-
Jack Koenig authored
* Make already deprecated APIs package private * Add deprecation warnings to a few that we missed
-
Jack Koenig authored
* Bump SBT to latest (1.9.8) * [CI] Change all ubuntu runners to ubuntu-22.04 This bumps some things running on the older runner which seems to have a problem with SBT 1.9.8. It also removes any uses of ubuntu-latest to ensure that we control the version explicitly.
-
Jack Koenig authored
-
- Jan 13, 2024
-
-
Jack Koenig authored
* Width, KnownWidth, and Unknown width promoted to package chisel3 * Other classes moved to new package private chisel3.internal.firrtl.ir
-
Deborah Soung authored
-
- Jan 12, 2024
-
-
Jack Koenig authored
Also change to an object (from a def) so that it shows up in ScalaDoc search.
-