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

Hello! I feel like I'm not the first to ask, but I haven't found anything regarding this as an open issue so I'll ask nonetheless. ChiselSim. Waveforms. Yes or no?...

**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.** I want to customize the simulation process with svsim. But some important classes in [chisel3/simulator/package]...

Add the `afterModuleBuilt` hook to `RawModule`, similar to the existing `atModuleBodyEnd`. This hook is called after a module has been fully constructed and its resulting component definition has been added...

Feature

I also changed HasTarget to only wrap SramTarget rather than any NamedComponent which I explain in the comments: ``` This is only currently used for SRAM to hide the underlying...

Feature
Backport

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

Bugfix
Backport
bp-conflict

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** ```scala import chisel3.experimental.hierarchy._ implicit val mg = new chisel3.internal.MacroGenerated {} class MyClass extends Class { val id...

Redux of #3771. Turns out we need this for Scala3 after all Ran into errors related to this while adding Scala3 cross-compilation support. Here's a sample of what an error...

API Modification
Scala 3

We hit an internal error and it isn't useful because of missing String interpolators. Fix that ### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method?...

Bugfix
Backport
bp-conflict

We hit an internal error and it isn't useful because of missing String interpolators. Fix that ### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method?...

Bugfix
Backport
bp-conflict

**Type of issue**: Bug Report **Please provide the steps to reproduce the problem:** 1. Checkout this commit of Chisel (small change to test to demonstrate issue): https://github.com/chipsalliance/chisel/commit/49325496999148dc3fe48c093a16811134715cfb 2. `testOnly chiselTests.experimental.hierarchy.SeparateElaborationSpec`...