[1] An ISA names and structures processor capabilities via a base ISA plus extensions; a 32-bit RISC-V core with multiplication, CSR, Fence, and compressed support is named RV32IMCZicsrZifencei, and the three RISC-V integer base ISAs are RV32I (32-bit), RV64I (64-bit), and RV128I (128-bit). Previous wiki version 5 (RISC-V structure section)
[2] The MIPS-I instruction set is organized into four functional classes: no operation, load and store, computational, and control; an object-oriented SystemVerilog stimulus model represents operations, instructions, and instruction scenarios as classes with properties, constraints, and methods. Previous wiki version 5 (MIPS-I section)
[3] The cross-level processor-verification evidence defines six RISC-V coverage-point groups (Arithmetic, Control Flow, Memory, Special & System, CSR, Other) whose cross-product yields 36 coverage points; Coverage-guided Aging uses a Coverage-Observer and Instruction-Injector to keep randomized streams consistent across ISS and RTL. Previous wiki version 5 (RISC-V coverage groups section)
[4] RISC-V testability advances cover AI-driven and fuzzing-based test generation (including a deep RL framework achieving 95.4% average coverage and DifuzzRTL differential fuzzing), statistical fault injection via gem5-MARVEL and the FPGA-based Chiffre platform, system-level testing with TestRIG, RVFI-DII, Breker RISC-V SoCReady SystemVIP, Synopsys STING, and RiESCUE, DfT (UVM-TLM co-simulation, ISS-driven verification, TSVC for RVV), and hardware-software co-verification including PFV, KLEE-based symbolic execution, FERIVer hybrid emulation, and riscv-formal. Previous wiki version 5 (RISC-V testability advances section)
[5] Open RISC-V platforms such as PULP (RI5CY) provide lightweight in-order cores with predictable timing, while Rocket and BOOM enable systematic study of speculation and timing behavior; transient execution behaviors similar to those seen on x86 and ARM can manifest in speculative RISC-V microarchitectures. Previous wiki version 5 (Open RISC-V platforms section)
[6] An ISA for processing-in-memory (PIM) DNN accelerators targets CNN and MLP inference on devices such as RRAM, flash, FeFET, and SRAM, with the trained weights programmed into the accelerator and fixed during inference; the ISA is transparent to applications and hardware, and is used by the open-source PIMCOMP-NN compiler and PIMSIM-NN simulator. Instruction Set Architecture (ISA) for Processing-in-Memory DNN Accelerators [7] Software package build repair across ISAs is a critical task for software deployment reliability; the introduced benchmark comprises 268 real-world build failures across diverse architectures and languages, and the evaluation of six state-of-the-art LLMs shows that cross-ISA software package repair remains difficult. A Benchmark for Language Models in Real-World System Building [8] The DATE 2023 case study performs symbolic-execution-based cross-level verification on the MicroRV32 RISC-V processor (DUT) using an ISS from the open-source RISC-V VP as reference, targeting the RV32I+CSR ISA supported by MicroRV32, with KLEE as the symbolic-execution engine. Processor Verification using Symbolic Execution (DATE 2023) [9] MicroRV32 had previously been tested with constrained-random techniques and verified using riscv-formal (Bounded Model Checking); symbolic cross-level verification on MicroRV32 found 10 errors in the RTL core, 2 errors in the ISS, and 19 implementation mismatches between the RTL core and the ISS, with all results confirmed by the author of MicroRV32. Processor Verification using Symbolic Execution (DATE 2023) [10] Representative MicroRV32 verification findings include: misaligned-address handling differences for LW/LH/LHU/SW/SH (RTL fully supports, ISS does not); unimplemented privileged CSRs in RTL (mhpmevent3-31, mscratch, mcounteren); trap-on-write behavior in RTL for the writable CSRs mip, mcycle, minstret, mcycleh, minstreth; and ISS-only unprivileged and machine performance counters (cycle, cycleh, instret, instreth, time, timeh, mhpmcounter3-31, mhpmcounter3-31h), with cycle-count mismatches considered expected due to the ISS's abstract, non-cycle-accurate timing model. Processor Verification using Symbolic Execution (DATE 2023) [11] The error-injection study injected 10 representative errors (E0–E9) covering common RTL functionality: E0 is a don't-care decoding bit in SLLI (RV32I) at the 7th highest bit causing the reserved RV64I instruction to decode as SLLI; E1 and E2 mark the same don't-care bit in SRLI; E3 is a STUCK-at-0 at the lowest result bit in ADDI; E4 is a STUCK-at-0 at the highest result bit in SUB; E5 prevents JAL from changing the PC; E9 causes LW to load only the lower 16 bits of a 32-bit value. Processor Verification using Symbolic Execution (DATE 2023) [12] With a 24-hour runtime limit and co-simulation configured for RV32I (with assumptions blocking CSR instructions), the symbolic cross-level verification found all injected errors quickly. With instruction limit 1, runs executed between 2,239,208 and 12,367,140 instructions and required 54 s to 3,237 s to find each error (median 4,237,517 instructions in 543 s; total 53,283,172 instructions in 9,685 s); with instruction limit 2, runs executed between 2,182,018 and 33,959,660 instructions and required 65 s to 21,994 s (median 4,560,215 instructions in 790 s; total 88,712,782 instructions in 37,201 s). The instruction limit of 1 was faster, suggesting the instruction limit should be set as low as possible and increased incrementally. Processor Verification using Symbolic Execution (DATE 2023) [13] Due to the large degree of different valid implementation choices that the RISC-V ISA offers, effective methods are needed to detect mismatches in order to support the designer in providing an exactly matching configuration of ISS and RTL core. Processor Verification using Symbolic Execution (DATE 2023)