glaserf

Results 6 issues of glaserf

The DSP multipliers are not required in every usecase and make up for quite a significant share of the core area. Hence it would be nice to control the instantiation...

Type:Enhancement
Component:RTL
WAIVED:CV32E40P

## Observed Behavior The onehot read address error signal for read port **a** in [ibex_register_file_latch.sv](https://github.com/lowRISC/ibex/blob/53888bcdf4ca3c07e5e715fb6386cb4cc643a61b/rtl/ibex_register_file_latch.sv) is generated based on the read address for read port **b** (`raddr_b_int`). https://github.com/lowRISC/ibex/blob/53888bcdf4ca3c07e5e715fb6386cb4cc643a61b/rtl/ibex_register_file_latch.sv#L110-L125 ## Expected...

Type:Bug

Follow-up of https://github.com/lowRISC/opentitan/pull/28633 and https://github.com/lowRISC/opentitan/pull/28428, please see these PRs for details. This PR is the last part of this FIFO-removal series, removing three more FIFOs which together measure about 14kGE....

Follow-up of https://github.com/lowRISC/opentitan/pull/28428; removes three more FIFOs which together measure about 13kGE. Apart from everything mentioned in https://github.com/lowRISC/opentitan/pull/28428, removal of the affected FIFOs required the following changes: - Rework the...

### Description This issue tracks the open points for the refactor and simplification efforts around the CSRNG. **Style** - [x] Consistently put spaces around operators. - [x] Drop module-name prefixes...

Type:Cleanup
Type:Enhancement
Type:Task
Subsystem:Entropy
IP:csrng

### System Kubuntu 24.04 LTS Wayland / KDE Plasma 5.27 ### Issue I'd like to use compose macros as explained in Example 5 in the doc: ``` # Map o...