Instruction Registry
ConceptAn instruction registry is the RISCV-DV/eUVM mechanism for registering RISC-V instruction types with the instruction generator. In the eUVM port, registry state and related functions are refactored from static variables into a dedicated `riscv_instr_registry` class to better fit multi-threaded execution and D-language concurrency semantics.
WIKI
Overview
In the RISCV-DV/eUVM context, the Instruction Registry is a registry mechanism used to register RISC-V instructions with the instruction generator. The eUVM RISCV-DV port introduces a dedicated class named riscv_instr_registry specifically for this purpose, moving registry-related static state and functions out of the original SystemVerilog instruction class implementation.
Purpose
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →