generate_directed_instr_stream
CodeArtifactgenerate_directed_instr_stream() is a function in the riscv-dv assembly program generation flow. It is called during gen_program() after program header and GPR initialization steps, and it decides directed-instruction ratios, inserts directed instruction streams, and randomizes instruction operands such as rs1, rs2, and rd based on instruction type.
WIKI
Overview
generate_directed_instr_stream() is part of the RISC-V assembly program generation flow described for the riscv_asm_program_gen class in the open-source CHIPS Alliance riscv-dv random instruction generator. The broader generator produces complete RISC-V assembly programs used for RISC-V IP verification, including initialization routines, instruction sections, data sections, stack sections, page tables, and interrupt/exception handling sections.
Role in the generation flow
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →