pulp_soc icon indicating copy to clipboard operation
pulp_soc copied to clipboard

pulp_soc is the core building component of PULP based SoCs

Results 13 pulp_soc issues
Sort by recently updated
recently updated
newest added

This purely cosmetic PR: - makes the internal style used in PULP SOC a bit more consistent - aligns to the common PULP practice in terms of indentation (2 spaces),...

- Updated Bender.yml with the correct fir hwpe dependency. - Enabled usage of HWPE - Replaced HWPE instance from MAC engine to the FIR HWPE.

I am currently working on a verification task involving LEC (Logical Equivalence Checking) using Formality. Unfortunately, I have encountered a verification failure in this process. The focus of this verification...

udma_core instance in udma_subsystem is not updated to last release of udma_core (v2.0.0)

Remove unused old files and remove support for IPApprox

The existing apb_soc_ctrl register file in `soc_peripherals` is extremely cumbersome to modify and causes tons of linter warnings. This PR replaces the old regfile with an auto-generated register file using...

This PR contains a collection of improvements to the soc peripheral infrastructure and the SoC in general assembled from the last couple of tapeouts. Here is a list of changes:...

This pull request is in reference to https://github.com/pulp-platform/pulpissimo/issues/353: In line [217](https://github.com/pulp-platform/pulp_soc/blob/master/rtl/pulp_soc/soc_peripherals.sv#L217) the fc_hwpe_events are connected to indicies 140+141. Thus, the FC_EVENT_POS for the event_generator should be aligned to this. Position...