- Jun 16, 2023
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
- Jun 15, 2023
-
-
George Lyon authored
-
Jared Barocsi authored
Co-authored-by:
Jiuyang Liu <liu@jiuyang.me> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
Fabian Schuiki authored
Add a wrapper API around a handful of new CIRCT compiler intrinsics that allow for FIRRTL inputs to express linear temporal logic expressions and assert, assume, and cover operations on them. The CIRCT compiler emits these as SVAs. Since there are no opaque user-defined types in FIRRTL yet, the intrinsics all use `UInt<1>` as the type for sequences and properties. This change exposes a safe Chisel API with `Sequence` and `Property` wrappers around the internal `UInt<1>` types. As FIRRTL and the CIRCT compiler evolve, we'll be able to use more strongly-typed intrinsics and later probably dedicated FIRRTL IR nodes for this. I also expect the `circt.verif.assert` intrinsics to be collapsed with the other assertion mechanisms in FIRRTL to provide one uniform IR node. That's future work though. This commit just gets the ball rolling.
-
- Jun 14, 2023
-
-
Jack Koenig authored
-
Jack Koenig authored
* Update Chisel Dev Meeting time * Update some uses of 5.0.0-RC1 to 5.0.0
-
- Jun 13, 2023
-
-
Jack Koenig authored
* Remove support for Scala 2.12 * clean up mill build. --------- Co-authored-by:
Jiuyang Liu <liu@jiuyang.me> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Jun 10, 2023
-
-
Daniel Resnick authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jack Koenig authored
-
Jack Koenig authored
* Allow IntrinsicModule to be used in Instantiate Change a few `RawModule`s to `BaseModule`s to allow for intrinsic modules to be used with the instantiation API. * Add tests for Instantiate of non-RawModules --------- Co-authored-by:Fabian Schuiki <fabian@schuiki.ch>
-
Scala Steward authored
-
Scala Steward authored
-
Megan Wachs authored
-
Megan Wachs authored
-
- Jun 09, 2023
-
-
Jack Koenig authored
-
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
-