directed instruction stream
ConceptA directed instruction stream is a riscv-dv assembly-generation mechanism used by `riscv_asm_program_gen.sv` to add selected instruction streams, such as `riscv_jal_instr`, into a generated RISC-V program according to configured ratios and then randomize instruction operands before conversion to assembly.
WIKI
Overview
In the riscv-dv RISC-V instruction-generation flow, a directed instruction stream is an instruction stream selected and inserted into the generated assembly program according to a configured ratio. The riscv_asm_program_gen.sv flow calls get_directed_instr_stream() and uses add_directed_instr_stream() to select the ratio for instruction generation; an example log shows Adding directed instruction stream:riscv_jal_instr ratio: 30/1000. [C1]
Role in program generation
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →