chisel
chisel copied to clipboard
Chisel: A Modern Hardware Design Language
## About this PR 📦 Updates [io.get-coursier:coursier](https://github.com/coursier/coursier) from `2.0.16` to `2.1.14` 📜 [GitHub Release Notes](https://github.com/coursier/coursier/releases/tag/v2.1.14) - [Version Diff](https://github.com/coursier/coursier/compare/v2.0.16...v2.1.14) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [com.github.sbt:sbt-ci-release](https://github.com/sbt/sbt-ci-release) from `1.5.12` to `1.8.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-ci-release/releases/tag/v1.8.0) - [Version Diff](https://github.com/sbt/sbt-ci-release/compare/v1.5.12...v1.8.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
Previously it would always fail to find anything. Working on the Mill build, I was lazy in setting up scalacOptions and applied `-Xlint:infer-any` to everything which caught this. Unfortuantely, `Iterable.contains`...
Previously it would always fail to find anything. Working on the Mill build, I was lazy in setting up scalacOptions and applied `-Xlint:infer-any` to everything which caught this. Unfortuantely, `Iterable.contains`...
Previously it would always fail to find anything. Working on the Mill build, I was lazy in setting up scalacOptions and applied `-Xlint:infer-any` to everything which caught this. Unfortuantely, `Iterable.contains`...
Previous behavior would always put the new probe expression in the instance's module body, but this is incompatible with instances built with Instantiate. Given FIRRTL now supports this, we can...
### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? - [x] Did you add at least one test demonstrating the PR? - [x] Did you...
### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? - [x] Did you add at least one test demonstrating the PR? - [x] Did you...
**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** ```scala //> using scala "2.13.12" //> using dep "org.chipsalliance::chisel:6.5.0" //> using plugin "org.chipsalliance:::chisel-plugin:6.5.0" //> using options "-unchecked",...
This is a bugfix but I'm not sure if it should be backported [yet] because adding new arguments, even with default arguments, to public methods breaks binary compatibility. I don't...