openhwgroup / cve2

The CORE-V CVE2 is a small 32 bit RISC-V CPU core (RV32IMC/EMC) with a two stage pipeline, based on the original zero-riscy work from ETH Zurich and Ibex work from lowRISC.
https://docs.openhwgroup.org/projects/cve2-user-manual/en/latest/
Apache License 2.0
26 stars 19 forks source link

[TASK] cve2 interface (input/output) must match the one of the cve4 #269

Open davideschiavone opened 1 month ago

davideschiavone commented 1 month ago

Task Description

CVE2 has some parameters to set the debug mode for example, while it should use an input signal (static) like the CVE4

Description of Done

align the parameters/input/output signals between cve2 and cve4

Associated PRs

No response