- Dec 19, 2023
-
-
Jack Koenig authored
-
Jack Koenig authored
-
Jiuyang Liu authored
fix up path issue in build.sc
-
Jiuyang Liu authored
-
Will Dietz authored
-
- Dec 16, 2023
-
-
Martin Schoeberl authored
-
- Dec 15, 2023
-
-
Jack Koenig authored
Whereas in the past, the user was expected to provide the firtool binary on the PATH, Chisel will now manage the firtool binary automatically. Chisel users the following 3-step process for determining which binary to use: 1. If environment variable FIRTOOL_PATH is set, it will check for firtool in that directory 2. It will check the classpath for firtool provided by chipsalliance/llvm-firtool 3. It will download a default version of chipsalliance/llvm-firtool Both (2) and (3) will store the firtool binary in a sensible location depending on the user's operating system. See dirs-dev/directories-jvm for more information. The user can override this location by setting the FIRTOOL_CACHE environment variable.
-
- Dec 13, 2023
-
-
Jack Koenig authored
* [docs] Fix release ordering Ensure that 6.0.0 > 6.0.0-RC1 > 6.0.0-M3 * [docs] Release candidates count for latest
-
Mike Urbach authored
-
- Dec 09, 2023
-
-
Chisel Bot authored
-
Andrew Lenharth authored
Go all in on leaf marking for don't touched values. This preserves current behavior. As options expand, the API can change then.
-
Andrew Lenharth authored
Go all in on leaf marking for don't touched values. This preserves current behavior. As options expand, the API can change then.
-
- Dec 08, 2023
-
-
Andrew Lenharth authored
Add an argument to dontTouch which allows placing don't touch annotations on the leaves of aggregates. Default this option. This results in the same behavior as what the current dontTouch effectively does today. Don't touch of an aggregate is on it's plain meaning different from don't touch on the leaves of an aggregate. Making the annotation a bit more precise allows greater freedom in code generation and allows catching contradictory requests by the programmer.
-
Jack Koenig authored
-
- Dec 07, 2023
-
-
Chisel Bot authored
* [binder] Update API `FIRRTLDirection` for CIRCT 1.60.0 * [binder] Remove dedup option (#3641) * [ci] bump circt/update-staging-branch to 1.2.0 * [cd] Bump CIRCT from firtool-1.59.0 to firtool-1.60.0 * [binder] Update firtool-lib C-API to allow the creation of multiple options * [binder] Remove firtool-1.61.0 features * [circt] Use new public-modules option This is an automated commit generated by the `circt/update-circt` GitHub Action. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> Co-authored-by:
Sprite <SpriteOvO@gmail.com> Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> Co-authored-by:
chiselbot <chiselbot@users.noreply.github.com>
-
- Dec 06, 2023
-
-
Andrew Lenharth authored
-
Andrew Lenharth authored
-
Andrew Lenharth authored
-
Mike Urbach authored
This is the right place in the Chisel type hierarchy for Property as it exists today. Property types can be used in Aggregates, and are not themselves Aggregates in their current form. Making Property extend Element allows much of Chisel's internal reflection to work as expected when Property types are used in Aggregates.
-
Andrew Lenharth authored
-
Andrew Lenharth authored
-
Andrew Lenharth authored
-
Andrew Lenharth authored
Add a `dontTouchLeaves` which places don't touch annotations on the leaves of aggregates. This does what the current `dontTouch` effectively does, but is explicit.
-
Andrew Lenharth authored
A dead import dies.
-
Andrew Lenharth authored
-
- Dec 05, 2023
-
-
Tushar Sondhi authored
Fix spelling error
-
- Dec 02, 2023
-
-
Jack Koenig authored
-
Jack Koenig authored
-
- Dec 01, 2023
-
-
Jiuyang Liu authored
-
Jack Koenig authored
This should enable them to be indexed and thus searchable as part of the website (both by Algolia and by Google).
-
Jack Koenig authored
-
Jack Koenig authored
-
- Nov 30, 2023
-
-
Jack Koenig authored
-
- Nov 29, 2023
-
-
Jack Koenig authored
-
Jack Koenig authored
* Rename docs/introduction.md to docs/index.md so that now the main link is just /docs. * Add redirects for some common links from the old sbt microsites website.
-
Will Dietz authored
Add tests (also demonstrating new ability to walk alignment of bare types).
-
Jack Koenig authored
-
Jack Koenig authored
Use Github logo for link instead of just text. Improve Makefile dependencies for `make build` to actually depend on the source files in website/.
-
Jack Koenig authored
With default settings, contextual search breaks search results.
-
Jack Koenig authored
-