- Sep 03, 2022
-
-
Jiuyang Liu authored
-
- Sep 02, 2022
-
-
Andrew Waterman authored
Mem.read is combinational and thus unaffected by the clock, and so it does not make sense to issue warnings about the current clock in this context.
-
- Sep 01, 2022
-
-
Jack Koenig authored
This reverts commit de76e70b.
-
- Aug 31, 2022
-
-
Chick Markley authored
- Remove line defeating having wire locators `implicit val noSourceInfo = UnlocatableSourceInfo` from `WireDefault#apply` - Add test to show locators
-
- Aug 30, 2022
-
-
Jack Koenig authored
We need to ensure that contextual names stay contextual (ie. sensitive to the module context which is important for naming ports).
-
Jack Koenig authored
Also make the specified version more human readable for easier bumping in the future.
-
- Aug 26, 2022
-
-
Aditya Naik authored
-
Zachary Yedidia authored
-
- Aug 25, 2022
-
-
Aditya Naik authored
-
Jiuyang Liu authored
-
- Aug 24, 2022
-
-
Zachary Yedidia authored
-
Jared Barocsi authored
-
- Aug 18, 2022
-
-
Jared Barocsi authored
-
Aditya Naik authored
Co-authored-by:
Jack Koenig <jack.koenig3@gmail.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by:
Adam Izraelevitz <adam.izraelevitz@sifive.com>
-
- Aug 16, 2022
-
-
Megan Wachs authored
* Add a cookbook and publicly visible scaladoc for prefix, noPrefix
-
Aditya Naik authored
Fix Record cloneTypes.
-
Aditya Naik authored
-
- Aug 14, 2022
-
-
Jack Koenig authored
-
Aditya Naik authored
Add support for printable within assert and assume verification statements Co-authored-by:
Girish Pai <girish.pai@sifive.com> Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
Aditya Naik authored
OpaqueTypes are essentially type aliases that hide the underlying type. They are implemented in Chisel as Records of a single, unnamed element where the wrapping Record does not exist in the emitted FIRRTL. Co-authored-by:Jack Koenig <koenig@sifive.com>
-
- Aug 13, 2022
-
-
Zachary Yedidia authored
Add --warnings-as-errors option
-
Zachary Yedidia authored
-
Zachary Yedidia authored
-
- Aug 09, 2022
-
-
Martin Schoeberl authored
-
- Aug 05, 2022
-
-
Zachary Yedidia authored
Co-authored-by:Jack Koenig <koenig@sifive.com>
-
Schuyler Eldridge authored
Upstream sifive/chisel-circt. Or: now we're cooking with MLIR.
-
Schuyler Eldridge authored
Use the published Ubuntu 20.04 binary of CIRCT to enable chisel-circt tests in CI. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Move the git-subtree added sifive/chisel-circt repository from "circt/" into "src/main/scala/circt/" and "src/test/scala/circtTests/". Update the chisel-circt README, which now lives in the src directory, to not indicate that this is a published dependency anymore. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
git-subtree-dir: circt git-subtree-mainline: 0b2c211b git-subtree-split: 7dd9f0e9
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Megan Wachs authored
- Fix handling of EmitAllModulesAnnotation - Fix stderr handling/erroring out if firtool errors during compile
-
- Aug 04, 2022
-
-
Schuyler Eldridge authored
Change GitHub CI to use a tagged, published Ubuntu binary of CIRCT instead of relying on a nightly docker image. This is both: (1) more stable and (2) way faster. This also removes a barrier to upstreaming chisel-circt with chisel3. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Aug 02, 2022
-
-
Megan Wachs authored
-
Jared Barocsi authored
-
Jack Koenig authored
We no longer meet on Tuesdays, only Mondays.
-
Jack Koenig authored
Release automation tries to bump chiseltest which causes issues due to SBT trying to resolve all dependencies (even for projects that will not be published, like integrationTests).
-
- Jul 29, 2022
-
-
Jared Barocsi authored
-
- Jul 28, 2022
-
-
Adam Izraelevitz authored
Co-authored-by:Jack Koenig <koenig@sifive.com>
-
- Jul 25, 2022
-
-
Megan Wachs authored
-
- Jul 23, 2022
-
-
Kevin Laeufer authored
This is required in order to support peeks in chiseltest.
-