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**: bug report **Other information** **If the current behavior is a bug, please provide the steps to reproduce the problem:** Here is an example where a Verilog attribute...

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

**Type of issue**: bug report / feature request **Impact**: API addition (no impact on existing code) **Development Phase**: request **Other information**: When using `ChiselEnum`, one should be able to take...

bug
feature request
API Addition
usability

This PR adds a One-Hot encoded ChiselEnum where the elements have 1H instead of sequential IDs: ```scala // It simplifies: object InstructionType extends ChiselEnum { val INST_I = Value((1

**Type of issue**: documentation **Impact**: no functional change **Development Phase**: request **Other information** **If the current behavior is a bug, please provide the steps to reproduce the problem:** We don't...

good first issue

### 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...

Fixes #1293 ### 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...

**Type of issue**: bug report **Other information** Tests run in parallel will not have predictable names from BoringUtils.bore() as the name picked for the signal is based on an increasing...

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

This PR refactor `StrongEnum` to use `CustomRadixTransform` in chipsalliance/firrtl#2434. Original API was deprecated in #2240 ### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? -...