Skip to content Skip to sidebar Skip to footer

RISC-V source class riscv_asm_program_gen The brain behind assembly instruction generator

Abstract CHIPS Alliance has developed an open-source riscv-dv random instruction generator for RISC-V processor verification. This article focuses on the class riscv_asm_program_gen.sv and its various functions, which generate the complete RISC-V assembly program, which is then used to verify RISC-V IP. This class can also address any customization to RISC-V GPR or instruction. Introduction The…

Read More