rohd-hcl icon indicating copy to clipboard operation
rohd-hcl copied to clipboard

A hardware component library developed with ROHD.

Results 13 rohd-hcl issues
Sort by recently updated
recently updated
newest added

### Motivation Configurable counters are useful! ### Desired solution - Reset with reset value - Saturation value (maximum value) - Saturation behavior (overflow vs. hold at saturated value) - Enable...

enhancement

### Describe the bug The `PNSE` port is optional in the APB spec, but not in the `ApbInterface`. Review the spec and look for any other ports that are optional...

bug
good first issue

### Motivation There's sometimes useful information worth adding to the confapp for components, for example: - A link to a generated example schematic - A link to the original Dart/ROHD...

enhancement

### Motivation People may save a configuration a JSON then want to: - Restore a configuration in the confapp - Modify settings via the JSON rather than the UI (e.g....

enhancement

### Motivation It would be great to be able to experiment with the functionality of a component live in-browser using the ROHD-HCL web configuration app. ### Desired solution Some thoughts:...

enhancement

### Motivation The architecture of BLOC is too complicated for confapp. It not that user friendly compared to Provider pattern (Model-View-ViewModel) pattern. ### Desired solution Refractor the state management to...

enhancement

### Describe the bug When we write documentation we need to refer to HTML files that do not yet exist (e.g., generated schematics) on the deploy site. The generated schematics...

bug

### Motivation Implement a flexible, configurable CRC generator component ### Desired solution See https://en.wikipedia.org/wiki/Cyclic_redundancy_check The CRC generator should be extremely configurable to generate practically any CRC that may be needed....

enhancement

### Motivation The APB spec includes a table describing which signals are optional or not based on APB version. It would be helpful for users to have a mechanism to...

enhancement

### Motivation LFSRs are useful as pseudo-random deterministic generators in hardware. ### Desired solution Implement a Linear-feedback shift register (LFSR) in ROHD HCL ### Alternatives considered _No response_ ### Additional...

enhancement