- Sep 14, 2023
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
- Sep 13, 2023
-
-
Jack Koenig authored
-
Jack Koenig authored
-
- Sep 12, 2023
-
-
Jared Barocsi authored
-
- Sep 09, 2023
-
-
Chisel Bot authored
This is an automated commit generated by Chisel's CD flow. Co-authored-by:chiselbot <chiselbot@users.noreply.github.com>
-
Jared Barocsi authored
The new `HasTypeAlias` trait enables the emission of FIRRTL type alias statements representing the structural type of a `Bundle`. This is done by mixing `HasTypeAlias` into a `Bundle`, then overriding `def aliasName` with an invocation of a `BundleAlias(...)` object.
-
- Sep 08, 2023
-
-
Jack Koenig authored
Done by adding a named anchor to the Cookbook to make linking easier. Also fix a minor issue with the website Makefile where stale markdown files could be left around and would not be overwritten when using the common alias cp alias `cp -i`.
-
Albert Chen authored
Add `AnyRef` type and rework `PropertyType.getPropertyType`
-
- Sep 07, 2023
-
-
Albert Chen authored
-
Albert Chen authored
-
Albert Chen authored
-
Albert Chen authored
-
Will Dietz authored
firrtl: Emit under 3.2.0 (not released) to cover property features.
-
- Sep 06, 2023
-
-
Will Dietz authored
While this doesn't exist, some of the property-related features don't exist in the claimed 3.1.0.
-
Albert Chen authored
-
- Sep 02, 2023
-
-
Chisel Bot authored
This is an automated commit generated by Chisel's CD flow. Co-authored-by:chiselbot <chiselbot@users.noreply.github.com>
-
Jack Koenig authored
Previously they only used Strings as keys.
-
- Sep 01, 2023
-
-
Albert Chen authored
-
Jack Koenig authored
Properties can be fields of Bundles and used in wires.
-
- Aug 31, 2023
-
-
Daniel Resnick authored
-
Albert Chen authored
-
- Aug 29, 2023
-
-
Albert Chen authored
add Path property type
-
Albert Chen authored
-
- Aug 28, 2023
-
-
Albert Chen authored
-
- Aug 26, 2023
-
-
Albert Chen authored
-
Schuyler Eldridge authored
Fix ExtModules to not silently drop Property IO. This is half of #3509. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Aug 25, 2023
-
-
Albert Chen authored
Add Map properties
-
Albert Chen authored
-
Albert Chen authored
-
Chisel Bot authored
This is an automated commit generated by Chisel's CD flow. Co-authored-by:chiselbot <chiselbot@users.noreply.github.com>
-
Albert Chen authored
-
Schuyler Eldridge authored
Fix an issue where the release notes would generate a URL like: [text]("url") Change this to the following by using the `jq` raw string option: [text](url) Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Jack Koenig authored
-
- Aug 24, 2023
-
-
Jack Koenig authored
Properties in package chisel3.ltl will now be clocked and disabled by default (if there is an implicit clock and disable). Default disable is not hasBeenReset of the current implicit reset (if one exists). The clock and disable can be removed by setting them to None via withClock, withReset, and withDisable APIs.
-
Albert Chen authored
-
Albert Chen authored
-
Albert Chen authored
-
Jack Koenig authored
-