Skip to content

Tags: Emin017/chisel

Tags

v7.0.0-M1

Toggle v7.0.0-M1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add DataProduct for Iterables and primitive types (chipsalliance#3856)

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Scala 2.13.13 to cross-build (chipsalliance#3851) (chipsalliance#…

…3864)

(cherry picked from commit 68eb248)

Co-authored-by: Jack Koenig <[email protected]>

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Preserve probe-ness and const-ness in Output() and friends. (chipsall…

…iance#3654)

Using `Output()` shouldn't drop important type information,
only override the specified direction to force alignment.

Until chipsalliance#3647 is addressed, use `cloneTypeFull` to get the expected behavior.
The cloned direction information is unnecessary but is
overridden by the coerced direction.

cc chipsalliance#3647.

Co-authored-by: Jack Koenig <[email protected]>

v6.0.0-RC2

Toggle v6.0.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clean up Bindings deprecations (chipsalliance#3736)

* Make already deprecated APIs package private
* Add deprecation warnings to a few that we missed

v6.0.0-RC1

Toggle v6.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cd] Bump CIRCT from firtool-1.60.0 to firtool-1.61.0 (chipsalliance#…

…3681)

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add --dump-fir option to ChiselStage (backport chipsalliance#3453) (c…

…hipsalliance#3456)

* Add --dump-fir option to ChiselStage (chipsalliance#3453)

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

(cherry picked from commit 4db86b2)

# Conflicts:
#	src/main/scala/circt/stage/CIRCTOptions.scala
#	src/main/scala/circt/stage/ChiselStage.scala
#	src/main/scala/circt/stage/phases/CIRCT.scala

* Resolve backport conflicts

---------

Co-authored-by: Jack Koenig <[email protected]>

v6.0.0-M3

Toggle v6.0.0-M3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cd] Bump CIRCT from firtool-1.51.0 to firtool-1.52.0 (chipsalliance#…

…3506)

This is an automated commit generated by Chisel's CD flow.

Co-authored-by: chiselbot <[email protected]>

v6.0.0-M2

Toggle v6.0.0-M2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make dev container point to top-of-tree instead of latest release (ch…

…ipsalliance#3360)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Optimize BitPat equals, overlap, and cover (backport chipsalliance#3285…

…) (chipsalliance#3288)

* Optimize BitPat equals, overlap, and cover (chipsalliance#3285)

(cherry picked from commit f590ac9)

* Fix binary compatibility issue

---------

Co-authored-by: Jack Koenig <[email protected]>

v6.0.0-M1

Toggle v6.0.0-M1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update upickle to 3.1.0 and os-lib to 0.9.1 (chipsalliance#3169)

* Update upickle to 3.1.0
* Update os-lib to 0.9.1

---------

Co-authored-by: Jack Koenig <[email protected]>