8000 Tags · chipsalliance/chisel · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: chipsalliance/chisel

Tags

v7.0.0-RC1

Toggle v7.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update commons-text to 1.13.1 (#4905)

v6.7.0

Toggle v6.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support boring on original Module after .toInstance call (backport #4602

) (#4604)

* Support boring on original Module after .toInstance call (#4602)

(cherry picked from commit 4d162c4)

* Add needed private API and change new test to 6.x-style

---------

Co-authored-by: Jack Koenig <koenig@sifive.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v6.6.0

Toggle v6.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement Lookupable for Unit (#4497) (#4498)

(cherry picked from commit 48866a9)

Co-authored-by: Jack Koen
10000
ig <koenig@sifive.com>

v7.0.0-M2

Toggle v7.0.0-M2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4277 from chipsalliance/cd/update-circt-from-firt…

…ool-1.76.0-to-firtool-1.77.0

[cd] Bump CIRCT from firtool-1.76.0 to firtool-1.77.0

v6.5.0

Toggle v6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix emitted FIRRTL for dynamic index of size 0 Vec (#4275) (#4276)

This is currently a warning but not yet an error so we need to emit
legal FIRRTL.

(cherry picked from commit d5ccf48)

Co-authored-by: Jack Koenig <koenig@sifive.com>

v3.6.1

Toggle v3.6.1's commit message
Debump to chiseltest 0.6.1

chiseltest 0.6.2 is not published for Scala 2.12.

v6.4.0

Toggle v6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add and use Mill wrapper script (backport #4119) (#4125)

* Add and use Mill wrapper script (#4119)

This saves developers from having to install a dependency. It also
allows us to drop an old Github Actions dependency that hasn't been
updated in 2 years. This is the standard practice for projects using
Mill on Github.

(cherry picked from commit 0f2efb5)

# Conflicts:
#	.github/workflows/test.yml
#	CONTRIBUTING.md
#	benchmark/src/main/scala/chisel3/benchmark/Benchmark.scala

* Resolve backport conflicts

---------

Co-authored-by: Jack Koenig <koenig@sifive.com>

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add and use Mill wrapper script (backport #4119) (#4124)

* Add and use Mill wrapper script (#4119)

This saves developers from having to install a dependency. It also
allows us to drop an old Github Actions dependency that hasn't been
updated in 2 years. This is the standard practice for projects using
Mill on Github.

(cherry picked from commit 0f2efb5)

# Conflicts:
#	.github/workflows/test.yml
#	CONTRIBUTING.md
#	benchmark/src/main/scala/chisel3/benchmark/Benchmark.scala

* Resolve backport conflicts

---------

Co-authored-by: Jack Koenig <koenig@sifive.com>

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove extra bit from `SRAMInterface` address width (backport #3830) (#…

…3839)

* Remove extra bit from `SRAMInterface` address width (#3830)

(cherry picked from commit 4f1f4a7)

# Conflicts:
#	src/test/scala/chiselTests/util/SRAMSpec.scala

* Resolve backport conflicts

---------

Co-authored-by: Deborah Soung <debs@sifive.com>
Co-authored-by: Jack Koenig <koenig@sifive.com>

v6.3.0

Toggle v6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Provide require message for negative widths (backport #4008) (#4010)

* Provide require message for negative widths (#4008)

(cherry picked from commit 751a4cf)

# Conflicts:
#	src/test/scala/chiselTests/UIntOps.scala

* Resolve backport conflicts

---------

Co-authored-by: Jack Koenig <koenig@sifive.com>
0