- Jun 09, 2023
-
-
Schuyler Eldridge authored
-
Schuyler Eldridge authored
-
Schuyler Eldridge authored
Change FIRRTL emission to use FIRRTL 3.0.0 syntax for registers with a reset. The old emission was: reg a: UInt<1>, b with : (reset => (c, d)) The new emission is: regreset a: UInt<1>, b, c, d Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Fix firrtl tests.
-
Schuyler Eldridge authored
-
Schuyler Eldridge authored
-
Schuyler Eldridge authored
Update emitted FIRRTL version to 3.0.0. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Migrate all tests to new connect/invalidate syntax.
-
Schuyler Eldridge authored
Change FIRRTL emission to use "connect a, b" and "invalidate c". These are newer styles that are much easier for FIRRTL compilers to parse as they do not require lookahead. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Jared Barocsi authored
-
- Jun 08, 2023
-
-
Jack Koenig authored
-
Jack Koenig authored
-
- Jun 07, 2023
-
-
Jack Koenig authored
This enables Chisel users to use these newer Scala versions.
-
Jack Koenig authored
-
- Jun 03, 2023
-
-
Daniel Resnick authored
-
Daniel Resnick authored
-
- Jun 02, 2023
-
-
Jack Koenig authored
-
Jared Barocsi authored
-
- Jun 01, 2023
-
-
George Lyon authored
-
George Lyon authored
-
- May 31, 2023
-
-
George Lyon authored
-
Daniel Resnick authored
-
- May 27, 2023
-
-
Jack Koenig authored
-
- May 25, 2023
-
-
Scala Steward authored
-
Scala Steward authored
-
- May 24, 2023
-
-
chick authored
Fix up code underlying `compile` used in many tests to put annotations at the head of chirrtl removed writing of WriteOutputAnnotations removed passing in of json created by WriteOutputAnnotations files to firtool Moved two tests in TraceSpec to use in instead of ignore
-
Schuyler Eldridge authored
Fix a bug in BoringUtils (and secret IO APIs) where APIs would return a Data. This could create problems if the BoringUtils APIs were used directly in operations, e.g., the following could cause a problem: val a = b & BoringUtils.bore(c) This requires some casting of DontCare as it is unfortunately not a proper "bottom" type. No test is added as the test is that Scala passes type checking. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Gonsolo authored
-
- May 20, 2023
-
-
Jack Koenig authored
The updated versions fix warnings about deprecated actions.
-
- May 18, 2023
-
-
Jack Koenig authored
-
Deborah Soung authored
-
- May 16, 2023
-
-
Schuyler Eldridge authored
Change FIRRTL emission to use a simpler syntax for registers without a reset. Previously, this used a self-reset with a zero reset signal. Simplify this to emit a register without a reset. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Scala Steward authored
Co-authored-by:Jack Koenig <koenig@sifive.com>
-
Megan Wachs authored
* Add Top-level parameterized reset type * Add the ability to set the top reset type for any Module
-
Megan Wachs authored
Make the lines of code that need to be touched in the template fewer
-
- May 12, 2023
-
-
Deborah Soung authored
-
- May 11, 2023
-
-
Jack Koenig authored
-
- May 10, 2023
-
-
Jack Koenig authored
This does not seem to be required by Scala, but it is required by newer versions of SemanticDB (and thus to use Scala Metals).
-
Scala Steward authored
* Update upickle to 3.1.0 * Update os-lib to 0.9.1 --------- Co-authored-by:Jack Koenig <koenig@sifive.com>
-
Scala Steward authored
-