- Aug 09, 2023
-
-
chiselbot authored
This is an automated commit generated by Chisel's CD flow.
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Change the way that the current CIRCT version is specified. Previously, this was code inside a GitHub Action. Now this is data inside a JSON file. This is done to enable other GitHub actions to update the JSON without having to have permissions to update workflows. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Fix two bugs in nightly CIRCT CI that were causing nightly CI to not properly run on the correct branch. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Deborah Soung authored
* add aggregate tapping unit tests * add element accesses of probes to tests * cleanup dontcares
-
- Aug 08, 2023
-
-
Mike Urbach authored
-
Schuyler Eldridge authored
- Add ability to specify CI branch - Add CIRCT nightly CI
-
Schuyler Eldridge authored
Add nightly testing using the latest binary of firtool. This includes checks that will run for PRs that target the nighlty staging branch, ci/ci-circt-nightly. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Add the ability to run tests with a specific commit as opposed to always using the default branch. This is done to support nightly testing with CIRCT. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Add a skeleton of a CD GitHub action so that I can play with using workflow_dispatch to test the real action. GitHub actions can only be triggered by workflow_dispatch once the action has been pushed to the default branch. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Jack Koenig authored
Make it such that using "Install CIRCT" does not require specifying a CIRCT version, instead using the string 'default' as a way to pick the "default version". The "default version" is the version that Chisel is tested and released against. This fixes "Generate Scala CLI Template" which does not care to specify a CIRCT version.
-
- Aug 06, 2023
-
-
Schuyler Eldridge authored
Change how the CIRCT version is specified for non-nightly flows to a single environment variable in the ci.yml script. This makes things easier for either: (1) a human to update this or (2) a machine to update this in a CD flow. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Aug 05, 2023
-
-
Schuyler Eldridge authored
Whoopsie... Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Add a skeleton of a CI job for running with CIRCT nightly. It is necessary to have an action merged onto the default branch in order to do manual triggers (workflow_dispatch). This skeleton is added to facilitate this. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Mike Urbach authored
-
Schuyler Eldridge authored
Change the monolithic test.yml Continuous Integration GitHub Action into a reusable workflow that is called by a new "ci.yml" workflow. The check-tests/all_tests_passed are moved into "ci.yml" as are publishing and deploy jobs. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Aug 04, 2023
-
-
Schuyler Eldridge authored
* [ci] Scala-CLI Template Action -> Workflow, NFC Change the existing Scala-CLI composite action to a workflow. Update other workflows which now need to work a little differently. The main change is that a reusable workflow can only communicate through uploads/downloads. Hence, change the job that publishes the Scala-CLI template to download this from the new, reusable workflow. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> * [ci] Display Scala-CLI Template in Summary, NFC Show the resulting Scala-CLI template as a "GITHUB_STEP_SUMMARY" in the GitHub action for publishing it. This is likely more useful than making it available as a download artifact. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> * [ci] Whitespace cleanup, NFC Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com> --------- Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Schuyler Eldridge authored
Add support for grabbing the latest nightly version of `firtool` to the install-circt action. This requires passing the "github.token" so that the GitHub API can be used. Note that the token is marked as "required", however, it is only actually needed when using a nightly build. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
Jack Koenig authored
Firtool improvements have optimized many examples to the point where they do not show anything. Using registers and assigning the same value to multiple outputs helps make the examples show interesting naming behavior.
-
Jack Koenig authored
This option will dump the .fir before invoking firtool. Additional changes: * Use os.lib for invoking firtool * Use lazy serialization to avoid holding the entire FIRRTL in memory. * Mix NoStackTrace into FirtoolNotFound * Fix detection of no firtool
-
- Aug 03, 2023
-
-
Jack Koenig authored
-
Mike Urbach authored
-
- Aug 02, 2023
-
-
Jack Koenig authored
Also make notice about the older sections bold and thus more noticable.
-
Jack Koenig authored
-
- Jul 27, 2023
-
-
Mike Urbach authored
-
Deborah Soung authored
* remove intermediary wire for taps * clean up test cases
-
Schuyler Eldridge authored
Remove tests that were relying on use of the Java 17-deprecated SecurityManager. These does decrease test coverage of "no file writing" and "exit code checking" behaviors. However, there doesn't appear to be a viable workaround for this for testing inside the JVM, i.e., using Scalatest. See: https://openjdk.org/jeps/411 Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Jul 25, 2023
-
-
George Lyon authored
* Add FirtoolBinaryPath option * Format * Add Scaladoc * Add HasShellOptions * Fix build * Update src/main/scala/circt/stage/Annotations.scala Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@gmail.com> * Register shell option --------- Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@gmail.com>
-
Jack Koenig authored
Also make line comments work on lines with filter-action pairs.
-
- Jul 21, 2023
-
-
Jack Koenig authored
It causes issues in downstream codebases and really adding it just isn't worth the pain.
-
- Jul 19, 2023
-
-
Jack Koenig authored
Warnings have been assigned unique integers to use as identifiers for purposes of documentation and configuration. New CLI option --warn-conf accepts a comma-separated sequence of <filter>:<action> pairs for customizing warnings. Supported filters are: * any - matches all warnings * id=<integer> - matches warnings with the integer id * src=<glob> - matches warnings where <glob> matches the warning source file id and src filters can be combined with &. Supported actions are: * :s - suppress the warning * :w - report the warning as a warning (default behavior) * :e - error on the warning For example, the new Vec dynamic width matching warning can be suppressed for source files in src/main/scala while all other warnings elevated to errors with: --warn-conf "id=4&src=src/main/scala/**:s,any:e" The is also --warn-conf-file which works similarly to --warn-conf except the <filter>:<action> pairs are newline separated in a file. # is used for line comments. -
Deborah Soung authored
* clean up pkg code * pad force statements * adding width known check * fixing checks and adding test case for unknown wire width force * error out on probes of unknown width * fixing check
-
- Jul 18, 2023
-
-
Jared Barocsi authored
-
Jack Koenig authored
Co-authored-by:Schuyler Eldridge <schuyler.eldridge@sifive.com>
-
- Jul 15, 2023
-
-
Chick Markley authored
Add a simple test that `take(0)` return a zero width wire.
-
Jack Koenig authored
This moves name sanitation a little earlier and ensures that the sanitized names are use more consistently throughout Chisel internals. This fixes a bug in D/I where unsanitary names would lead to a crash.
-
- Jul 14, 2023
-
-
Jack Koenig authored
-
- Jul 11, 2023
-
-
Jack Koenig authored
-
- Jul 10, 2023
-
-
Mike Urbach authored
* Update BoringUtils.bore to not add a port when boring from a port. When drilling from the original source, if it's already a port, just use it directly. Added a simple test from this behavior. Also removed an errant println in the BoringUtilsSpec while updating it. Closes https://github.com/chipsalliance/chisel/issues/3401 . * Updates from PR review. --------- Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Jul 08, 2023
-
-
Jack Koenig authored
-