- Oct 15, 2022
-
-
Adam Izraelevitz authored
-
- Oct 14, 2022
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Oct 12, 2022
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
Added documentation to :=, <> Renamed ir.BulkConnect to ir.PartialConnect Cleaned up some internal functions
-
- Oct 11, 2022
-
-
Aditya Naik authored
-
- Oct 08, 2022
-
-
Schuyler Eldridge authored
Change the type of modules that the traceName API can be used for from "Module" to "RawModule". This fixes a bug where this API couldn't be used for RawModules even though it totally works. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Megan Wachs authored
* Add unit test for Issue 2760 * checkpoint: Fix for nested instance * remove comments about stuff not working * make the test check the output a little more * relax the requirement on returning empty ioMap * Update core/src/main/scala/chisel3/experimental/hierarchy/core/Lookupable.scala * Update core/src/main/scala/chisel3/Data.scala * Update core/src/main/scala/chisel3/experimental/hierarchy/core/Lookupable.scala Co-authored-by:
Jack Koenig <koenig@sifive.com> * Update src/test/scala/chiselTests/experimental/hierarchy/InstanceSpec.scala Co-authored-by:
Jack Koenig <koenig@sifive.com> * Update core/src/main/scala/chisel3/experimental/hierarchy/core/Lookupable.scala * Add another unit test which unfortunately still passes * Update core/src/main/scala/chisel3/Data.scala * Update src/test/scala/chiselTests/experimental/hierarchy/InstanceSpec.scala Co-authored-by:
Jack Koenig <koenig@sifive.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Oct 07, 2022
-
-
Aditya Naik authored
-
- Sep 30, 2022
-
-
Megan Wachs authored
Co-authored-by:Jack Koenig <koenig@sifive.com>
-
Aditya Naik authored
Co-authored-by:
Megan Wachs <megan@sifive.com> Co-authored-by:
Jack Koenig <koenig@sifive.com>
-
Aditya Naik authored
-
- Sep 28, 2022
-
-
Jack Koenig authored
-
Jack Koenig authored
Use Treadle (on pull requests only) to speed up CI
-
Jack Koenig authored
-
Jack Koenig authored
Treadle will be used as the "defaultBackend" when the environment variable CHISEL3_CI_USE_TREADLE is set. The intent is to set this variable during CI for pre-merge CI (aka on pull requests).
-
- Sep 22, 2022
-
-
Chick Markley authored
-
- Sep 21, 2022
-
-
Jared Barocsi authored
-
Andrew Young authored
The command line options for CIRCT's firtool command have been updated.
-
Jack Koenig authored
Previously, failed jobs in the CI matrix would cause the sentinel job (all-tests-passed) to be skipped, which for purposes of Github Actions branch protection would count as "success". This allowed PRs with failing CI to be merged. This new approach which uses two sentinel jobs should not suffer from this same issue.
-
Jack Koenig authored
This enables emission of modules that serialize to >2 GiB of .fir text.
-
Aditya Naik authored
* Cleanup Cookbook and printing docs * Format specifiers are actually concise now Co-authored-by:Megan Wachs <megan@sifive.com>
-
- Sep 20, 2022
-
-
Jack Koenig authored
-
- Sep 16, 2022
-
-
Marco Origlia authored
Referenced to: chipsalliance/chisel3#2728
-