gen_program_header
CodeArtifactgen_program_header is a function in the riscv_asm_program_gen assembly-program generation flow. It is called by gen_program(), populates the instr_stream string array with program header content, and delegates insertion of the _start section to gen_section("_start", str).
WIKI
Overview
gen_program_header is part of the riscv_asm_program_gen.sv assembly generation flow used in CHIPS Alliance's open-source riscv-dv random instruction generator for RISC-V processor verification. The surrounding riscv_asm_program_gen class generates complete RISC-V assembly programs, including sections such as initialization routines, instruction sections, data sections, stack sections, page tables, and interrupt/exception handling. [C1]
Role in the generation flow
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →