Skip to content

Fix type of C_DIV for cv32e40p_fp_wrapper#86

Merged
bluewww merged 1 commit intopulp-platform:masterfrom
cahz:c_div_vivado
Jun 10, 2022
Merged

Fix type of C_DIV for cv32e40p_fp_wrapper#86
bluewww merged 1 commit intopulp-platform:masterfrom
cahz:c_div_vivado

Conversation

@cahz
Copy link
Contributor

@cahz cahz commented Jun 10, 2022

Required for synthesis with Vivado 2020.2

This is the same error as in pulp-platform/cv32e40p#2

Required for synthesis with Vivado 2020.2
@bluewww bluewww self-requested a review June 10, 2022 17:40
Copy link
Collaborator

@bluewww bluewww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks lgtm

@bluewww bluewww merged commit a07419a into pulp-platform:master Jun 10, 2022
@cahz cahz deleted the c_div_vivado branch June 10, 2022 17:41
bluewww added a commit that referenced this pull request May 5, 2023
After !77

This PR replaces legacy `RI5CY` with `CV32E40P` in either the SoC (FC controller) and the cluster (8 core instances)

**HW (RTL)**:

- [x] Replace cv32e40p with OBI adapter into SoC
- [x] Add FPU wrapper into SoC using APU connection. FPU is now instantiated in `fc_subsystem`
- [x] Replace cv32e40p with OBI adapter into Cluster
- [x] Add `pulp_clock_gating` tech cell for ASIC, disable clock gating for FPGA (as in RI5CY) **[TODO: do it properly without using `ifdef`]** (#85)
- [x] Add one [performance counters test](https://github.com/pulp-platform/regression_tests/tree/cv32perf_counters/perf_counters) in assembly for cv32 to be executed with pulp-runtime

**SW**:

Main SW changes concerns:

1. Different mapping of the HW loops (`Xpulp` extensions)
2. Different structure and mapping of the performance counters
3. Enable clint timer irq (Freertos and RTL)

- [x] Change `PULP RISCV GCC toolchain` version used in the CI with cv32e40p target with: `/usr/pack/riscv-1.0-kgf/pulp-gcc-2.2.0`
- [x] Update `pulp-runtime` with cv32e40p target with: `v0.0.9`
- [x] Update `FreeRTOS` version with cv32e40p target with: `570b2c1c`

**MISC**

- [x] Update README
- [x] Update CHANGELOG

- The testset has been previously overhauled in !63 and !65. In particular !63 removed some tests that used the legacy pulp-sdk and RI5CY and were not a fit anymore with cv32

Within this project boundary, there exits three issues tracked in #87, #86 and #85 that will be addressed in separate MRs

Fixes #59 #60 #84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants