RTL simulation
TechniqueRTL simulation is a processor-design execution model used in verification and fuzzing workflows, but the provided evidence emphasizes its cost relative to ISA simulation. In ProcessorFuzz, RTL simulation is reserved for inputs first classified as interesting by faster ISA-level CSR-transition feedback; the paper reports Spike ISA simulation as 79× faster than RTL simulation of the RISC-V BOOM processor and says ProcessorFuzz launched RTL simulation only for interesting inputs.
WIKI
Overview
RTL simulation executes a processor design at the register-transfer level. In the provided evidence, it appears primarily as the slower but design-level execution target in processor fuzzing workflows. ProcessorFuzz contrasts RTL simulation with ISA simulation: the paper states that ISA simulators are generally much faster for executing a given program than running that program on a processor using RTL simulation, and reports that the RISC-V Spike ISA simulator was, on average, 79× faster than RTL simulation of the RISC-V BOOM processor.