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

**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.** Consider the following Chisel: ```scala val out = IO(Output(Probe(UInt(8.W)))) define(out, ProbeValue(8.U)) ``` **Describe the solution...

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** Consider the following example: ```scala //> using scala "2.13.12" //> using dep "org.chipsalliance::chisel:6.4.0" //> using plugin "org.chipsalliance:::chisel-plugin:6.4.0"...

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** Consider the following example built from the Scala CLI template `chisel-example.scala`: ```scala //> using scala "2.13.12" //>...

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** Run the following Scala-CLI ```scala //> using scala "2.13.12" //> using dep "org.chipsalliance::chisel:6.4.0" //> using plugin "org.chipsalliance:::chisel-plugin:6.4.0"...

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** Consider the following example: ```scala //> using scala "2.13.12" //> using dep "org.chipsalliance::chisel:6.4.0" //> using plugin "org.chipsalliance:::chisel-plugin:6.4.0"...

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** Consider the following Chisel: ```scala //> using scala "2.13.12" //> using dep "org.chipsalliance::chisel:6.4.0" //> using plugin "org.chipsalliance:::chisel-plugin:6.4.0"...

### 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:** See unit tests added in https://github.com/chipsalliance/chisel/pull/4154 **What is the current behavior?** Boring to a Module with a...

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.7` to `1.9.9` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.7...v1.9.9) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Internal

## About this PR 📦 Updates [com.eed3si9n:sbt-assembly](https://github.com/sbt/sbt-assembly) from `2.1.1` to `2.1.5` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-assembly/releases/tag/v2.1.5) - [Version Diff](https://github.com/sbt/sbt-assembly/compare/v2.1.1...v2.1.5) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Internal