chisel
chisel copied to clipboard
Chisel: A Modern Hardware Design Language
**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** **What is the current behavior?** If I generate RTL with '--preserve-aggregate=all', a register that is of the...
### Contributor Checklist - [x] Did you add Scaladoc to every public function/method? - [x] Did you add at least one test demonstrating the PR? - [x] Did you delete...
I am trying to use `chisel3.util.experimental.loadMemoryFromFileInline` to initialize memory. When I use it with ChiselSim, the memory seems to not be initialized properly, so I inspected the output VCD and...
When running tests with mill, tests involving reading from resources do not work. I think this is because mill will, by default, use a different project structure (https://stackoverflow.com/questions/73370982/cannot-load-resource-files-using-scala-mill). This can...
## About this PR 📦 Updates [com.typesafe:sbt-mima-plugin](https://github.com/lightbend-labs/mima) from `1.1.2` to `1.1.4` 📜 [GitHub Release Notes](https://github.com/lightbend-labs/mima/releases/tag/1.1.4) - [Version Diff](https://github.com/lightbend-labs/mima/compare/1.1.2...1.1.4) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from `0.11.8` to `0.11.11` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/mill/releases/tag/0.11.11) - [Release Notes](https://github.com/com-lihaoyi/mill#changelog) - [Version Diff](https://github.com/com-lihaoyi/mill/compare/0.11.8...0.11.11) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [com.github.sbt:sbt-ci-release](https://github.com/sbt/sbt-ci-release) from `1.5.12` to `1.6.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-ci-release/releases/tag/v1.6.0) - [Version Diff](https://github.com/sbt/sbt-ci-release/compare/v1.5.12...v1.6.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
### Contributor Checklist - [x] Did you add Scaladoc to every public function/method? - [x] Did you add at least one test demonstrating the PR? - [x] Did you delete...
**Type of issue**: Documentation missing **Please provide the steps to reproduce the problem:** Try to use Chisel 3.5.6 with Scala 2.13.14 (and many other combinations) **What is the current behavior?**...