You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cv32e40p/docs/VerifPlans/README.md
+25-22
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@ Below are two different chapters describing verification plans status and direct
8
8
# CV32E40P (V2) Verification Plans
9
9
10
10
## Short verification methodology introduction
11
-
For CV32E40P**v2** verification, the formal verification methodology has been choosen over the stimuli-based simulation that was done for version one of the core. However, full verification closure is not feasible using only formal verification due to complexity of specific scenarios. All these specific uncoverable scenarios from formal verification are then exercised by stimuli-based simulation using a reference model of the core. These scenarios along with formal assertions are described inside verifications plans, for which details are given in a table below. Regarding already available v1 plans, their re-use or not is specified in this table.
11
+
For CV32E40Pv2 verification, the formal verification methodology has been chosen over the stimuli-based simulation that was done for v1 version of the core. However, full verification closure is not feasible using only formal verification due to complexity of specific scenarios. All these specific uncoverable scenarios from formal verification are then exercised by stimuli-based simulation using a reference model of the core. These scenarios along with formal assertions are described inside verifications plans, for which details are given in a table below. Regarding already available v1 plans, their re-use or not is specified in this table.
12
+
13
+
RISC-V ISA Formal Verification methodology is described [here](https://github.com/openhwgroup/core-v-verif/tree/cv32e40p/dev/cv32e40p/docs/VerifPlans/RISC-V_ISA_Formal/CV32E40Pv2_RISCV_vPlan_v1.1.pdf).
14
+
Setup and script files to launch RISC-V ISA Formal Verification using Siemens Questa Processor tool are available [here](https://github.com/openhwgroup/cv32e40p/tree/dev/scripts/riscv_isa_formal).
12
15
13
16
## Verification Plan Status
14
17
@@ -29,27 +32,27 @@ Under the heading `Link`, the name shown corresponds to the filename of the vpla
29
32
30
33
| Category | Feature | VPlan Status | Review Status | Comment | Link |
|**Base Instruction Set**| RV32IMC + F + Zfinx + Zifencei | v2-formal-new |Not Available for Review | Waiting Approval from Siemens ||
33
-
|**Interrupts**| CLINT | v1-updated |**Ready for Review**| Addition of missing XPULP / F / Zfinx interrupts |[CV32E40P_interrupts.xlsx](https://github.com/openhwgroup/core-v-verif/blob/2378099bfce1c7b2b3d089ea2cb60ad422c05e94/cv32e40p/docs/VerifPlans/Simulation/interrupts/CV32E40P_interrupts.xlsx"Interrupts Vplan")|
34
-
|**Debug & Trace**| Debug | v1-reused | Reviewed | Missing XPULP-specific debug are in a separate vplan |[CV32E40P_debug.xlsx](https://github.com/openhwgroup/core-v-verif/blob/2378099bfce1c7b2b3d089ea2cb60ad422c05e94/cv32e40p/docs/VerifPlans/Simulation/debug-trace/CV32E40P_debug.xlsx"Debug Vplan")|
35
-
|**Privileged Spec**| CSRs / Zicsr | v2-formal-new |Not Available for Review | Waiting Approval from Siemens ||
|**Additional ISA**| F / Zfinx | v2-sim-new |**Ready for Review**| Includes uncoverable items from formal verification |[CV32E40P_F-Zfinx-instructions.xlsx](https://github.com/openhwgroup/core-v-verif/blob/2378099bfce1c7b2b3d089ea2cb60ad422c05e94/cv32e40p/docs/VerifPlans/Simulation/Zfinx_F_instructions/CV32E40P_F-Zfinx-instructions.xlsx"Add. F/Zfinx Vplan")|
40
-
|**XPULP**| Post-Increment Load/Store (Formal) | v2-formal-new |Not Available for Review | Waiting Approval from Siemens|
41
-
|| Post-Increment Load/Store (Simulation) | v2-sim-new |**Ready for Review**| Addition of "pipeline" with simulation (preceeding F multicycle) |[CV32E40P_xpulp-postinc-loadstore.xlsx](https://github.com/openhwgroup/core-v-verif/blob/2378099bfce1c7b2b3d089ea2cb60ad422c05e94/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40P_xpulp-postinc-loadstore.xlsx"Post-Inc Load/Store simu Vplan")|
42
-
|| Bitmanipulation (Formal) | v2-formal-new |Not Available for Review | Waiting Approval from Siemens ||
43
-
|| Bitmanipulation (Simulation) | v2-sim-new |**Ready for Review**| Lowest priority as formal already checks everything needed, added because corev-dv generator will generate those instructions anyway |[CV32E40P_xpulp-bitmanipulation.xlsx](https://github.com/XavierAubert/core-v-verif/blob/2234255b7e5a2c83099dbb5755a2bdc9768c7009/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40P_xpulp-bitmanipulations.xlsx"Bitmanip simu Vplan")|
44
-
|| General ALU (Formal) | v2-formal-new |Not Available for Review | Waiting Approval from Siemens ||
45
-
|| General ALU (Simulation) | v2-simu-new |**Ready for Review**| Lowest priority as formal already checks everything needed, added because corev-dv generator will generate those instructions anyway |[CV32E40P_xpulp-general-alu.xlsx](https://github.com/XavierAubert/core-v-verif/blob/2234255b7e5a2c83099dbb5755a2bdc9768c7009/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40P_xpulp-general-alu.xlsx"General ALU simu Vplan")|
46
-
|| Immediate Branching (Formal) | v2-formal-new |Not Available for Review | Waiting Approval from Siemens ||
47
-
|| Immediate Branching (Simulation) | v2-simu-new |**Ready for Review**| Lowest priority as formal already checks everything needed, added because corev-dv generator will generate those instructions anyway |[CV32E40P_xpulp-immediate-branching.xlsx](https://github.com/XavierAubert/core-v-verif/blob/2234255b7e5a2c83099dbb5755a2bdc9768c7009/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40P_xpulp-immediate-branching.xlsx"Imm Branching simu Vplan")|
48
-
|| MAC (Formal) | v2-formal-new |Not Available for Review | Waiting Approval from Siemens|
49
-
|| MAC (Simulation) | v2-sim-new |**Ready for Review**| Addition of missing coverage from formal (operands "toggle") |[CV32E40P_xpulp-multiply-accumulate.xlsx](https://github.com/openhwgroup/core-v-verif/blob/2378099bfce1c7b2b3d089ea2cb60ad422c05e94/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40P_xpulp-multiply-accumulate.xlsx"MAC simu Vplan")|
50
-
|| SIMD (Formal) | v2-formal-new |Not Available for Review | Waiting Approval from Siemens|
51
-
|| SIMD (Simulation) | v2-sim-new |**Ready for Review**| Addition of missing coverage from formal (operands "toggle") |[CV32E40P_xpulp-packed-simd.xlsx](https://github.com/openhwgroup/core-v-verif/blob/2378099bfce1c7b2b3d089ea2cb60ad422c05e94/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40P_xpulp-packed-simd.xlsx"SIMD simu Vplan")|
52
-
|| HWLoop (Simulation) | v2-sim-new |**Ready for Review**| Feature not test at all in formal verification |[CV32E40P_xpulp-hwloop.xlsx](https://github.com/openhwgroup/core-v-verif/blob/2378099bfce1c7b2b3d089ea2cb60ad422c05e94/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40P_xpulp-hwloop.xlsx"HWLoop Vplan")|
|**Interrupts**| CLINT | v1-updated |Reviewed | Addition of missing XPULP / F / Zfinx interrupts |[CV32E40Pv2_interrupts.xlsx](https://github.com/openhwgroup/core-v-verif/blob/cv32e40p/dev/cv32e40p/docs/VerifPlans/Simulation/interrupts/CV32E40Pv2_interrupts.xlsx"Interrupts Vplan")|
37
+
|**Debug & Trace**| Debug | v1-reused | Reviewed | Missing XPULP-specific debug are in a separate vplan |[CV32E40Pv2_debug.xlsx](https://github.com/openhwgroup/core-v-verif/blob/cv32e40p/dev/cv32e40p/docs/VerifPlans/Simulation/debug-trace/CV32E40Pv2_debug.xlsx"Debug Vplan")|
|| Bitmanipulation (Simulation) | v2-sim-new |Reviewed | Lowest priority as formal already checks everything needed, added because corev-dv generator will generate those instructions anyway |[CV32E40Pv2_xpulp-bitmanipulation.xlsx](https://github.com/openhwgroup/core-v-verif/blob/cv32e40p/dev/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40Pv2_xpulp-bitmanipulations.xlsx"Bitmanip simu Vplan")|
47
+
|| General ALU (Formal) | v2-formal-new |Reviewed ||[CV32E40Pv2_Formal_VerificationPlans.xlsx](https://github.com/openhwgroup/core-v-verif/blob/cv32e40p/dev/cv32e40p/docs/VerifPlans/RISC-V_ISA_Formal/CV32E40Pv2_Formal_VerificationPlans.xlsx)|
48
+
|| General ALU (Simulation) | v2-simu-new |Reviewed | Lowest priority as formal already checks everything needed, added because corev-dv generator will generate those instructions anyway |[CV32E40Pv2_xpulp-general-alu.xlsx](https://github.com/openhwgroup/core-v-verif/blob/cv32e40p/dev/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40Pv2_xpulp-general-alu.xlsx"General ALU simu Vplan")|
|| SIMD (Simulation) | v2-sim-new |Reviewed | Addition of missing coverage from formal (operands "toggle") |[CV32E40Pv2_xpulp-packed-simd.xlsx](https://github.com/openhwgroup/core-v-verif/blob/cv32e40p/dev/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40Pv2_xpulp-packed-simd.xlsx"SIMD simu Vplan")|
55
+
|| HWLoop (Simulation) | v2-sim-new |Reviewed | Feature not test at all in formal verification |[CV32E40Pv2_xpulp-hwloop.xlsx](https://github.com/openhwgroup/core-v-verif/blob/cv32e40p/dev/cv32e40p/docs/VerifPlans/Simulation/xpulp_instruction_extensions/CV32E40Pv2_xpulp-hwloop.xlsx"HWLoop Vplan")|
0 commit comments