chisel icon indicating copy to clipboard operation
chisel copied to clipboard

Chisel: A Modern Hardware Design Language

Results 405 chisel issues
Sort by recently updated
recently updated
newest added

### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? - [ ] Did you add at least one test demonstrating the PR? - [ ]...

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** Consider the following Chisel: ```scala //> using repository "sonatype-s01:snapshots" //> using scala "2.13.14" //> using dep "org.chipsalliance::chisel:7.0.0-M2+66-a1c35ad8-SNAPSHOT"...

bug

This PR adds a test for open array and document `docs/src/explanations/dpi.md` which describes DPI API usage. This also changes DPIClockedVoidFunctionImport to DPIVoidFunctionImport for more consistent naming (this is breaking change...

Documentation

## About this PR 📦 Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from `0.11.8` to `0.11.12` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/mill/releases/tag/0.11.12) - [Release Notes](https://github.com/com-lihaoyi/mill#changelog) - [Version Diff](https://github.com/com-lihaoyi/mill/compare/0.11.8...0.11.12) ## Usage ✅ **Please merge!** I'll automatically update this...

### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? - [ ] Did you add at least one test demonstrating the PR? - [x] Did...

Documentation

TODO for draft - Fix the plugin.properties file - Remove debugging prints TODO for merge - Add support for auto type naming mix-in - Move BundleSpec to src/test/scala/... ### Contributor...

Scala 3

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** The scala-cli snippet below gives a few different errors that you can cause: - Set `readerUnintError` to...

If an exception occurs during the elaboration of a Chisel module, the naming prefix is not cleared. This can then leak the prefix to later invocations of the same builder....

bug

## About this PR 📦 Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from `0.12.7` to `0.12.14` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/mill/releases/tag/0.12.14) - [Release Notes](https://github.com/com-lihaoyi/mill#changelog) - [Version Diff](https://github.com/com-lihaoyi/mill/compare/0.12.7...0.12.14) ## Usage ✅ **Please merge!** I'll automatically update this...

This PR changes the "testable" implicit classes in `PeekPokeAPI` to allow for a unified `peek()`, `poke()`, and `expect` API for all data types, including Records, Vecs, Enums, and nested aggregates....

Feature