-
Notifications
You must be signed in to change notification settings - Fork 647
Comparing changes
Open a pull request
base repository: chipsalliance/chisel
base: v7.2.0
head repository: chipsalliance/chisel
compare: v7.3.0
- 12 commits
- 45 files changed
- 4 contributors
Commits on Oct 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ea08131 - Browse repository at this point
Copy the full SHA ea08131View commit details
Commits on Oct 20, 2025
-
[cd] Bump CIRCT from firtool-1.133.0 to firtool-1.134.0 (#5058)
This is an automated commit generated by the `circt/update-circt` GitHub Action. Co-authored-by: chiselbot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13d5658 - Browse repository at this point
Copy the full SHA 13d5658View commit details
Commits on Oct 22, 2025
-
[core] Add initial domain support (#5041)
Extend the allowed binary incompatibility for more problems in `chisel3.internal.firrtl.ir*` and the same set of problems in `firrtl.ir*`. This is in support of allowing breakages that are necessary to represent domain associations. Add support for creating domains and domain types. Add a built-in ClockDomain type. This is very basic support initially and many things will not work, namely connections or compilation of these to anything meaningful. Add a new method for creating a `domain_define` FIRRTL operation. This is used to forward a domain from one data to another, similar to `probe.define`. Signed-off-by: Schuyler Eldridge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11695bb - Browse repository at this point
Copy the full SHA 11695bbView commit details
Commits on Oct 24, 2025
-
[svsim] Fix missing format specified
Fix a missing format specified in the `simulation-driver.cpp`. Fixes #5062. Signed-off-by: Schuyler Eldridge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68f12f5 - Browse repository at this point
Copy the full SHA 68f12f5View commit details
Commits on Oct 25, 2025
-
Empty prefixes should be ignored in emission (#5057)
Previously they would result in an extra '_' in the same of the signal. Also delete duplicate implementation of prefix.
Configuration menu - View commit details
-
Copy full SHA for c819a75 - Browse repository at this point
Copy the full SHA c819a75View commit details
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0bafdda - Browse repository at this point
Copy the full SHA 0bafddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9272c - Browse repository at this point
Copy the full SHA 5c9272cView commit details -
[website] Update all website dependencies (#5064)
* [website] Update all website dependencies * [ci] Update node in CI * [website] Commit package-lock.json This is recommended by all documentation so we should follow the best practice. Also use npm ci instead of npm install.
Configuration menu - View commit details
-
Copy full SHA for 6c8d9d8 - Browse repository at this point
Copy the full SHA 6c8d9d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775d974 - Browse repository at this point
Copy the full SHA 775d974View commit details -
[core] Add domain.unsafeCast method (#5065)
Add a method, `domain.unsafeCast`, which can be used to generate the FIRRTL `unsafe_domain_cast` operation. This is an advanced API used to build domain synchronizer libraries. Signed-off-by: Schuyler Eldridge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f94981 - Browse repository at this point
Copy the full SHA 5f94981View commit details -
[website] Fix Snapshot API docs by hosting locally (#5067)
Previously, we linked to s01.sonatype which allowed rendering doc jars in the browser. As Sonatype has been sunset and Maven Central does not appear to support this, we will have to host the latest snapshot ourselves.
Configuration menu - View commit details
-
Copy full SHA for 74f04bf - Browse repository at this point
Copy the full SHA 74f04bfView commit details -
[core] Add the "period" field, docs to ClockDomain
Add a "period" field to the ClockDomain. Note: the fields of this domain (or any upstream domain) are highly experimental and may change at any time. Additionally, add some documentation about what a ClockDomain is. Signed-off-by: Schuyler Eldridge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42f1a1e - Browse repository at this point
Copy the full SHA 42f1a1eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.2.0...v7.3.0