gen_section
CodeArtifactgen_section is a helper function used by the riscv_asm_program_gen assembly-program generator to insert named assembly sections into an instruction stream. The evidence shows it being used for the _start header section, host-interface code such as write_tohost and _exit, and trap-vector-related code such as mtvec_handler.
WIKI
Overview
gen_section is a code-generation helper associated with the riscv_asm_program_gen flow in riscv-dv. The surrounding generator class is described as producing complete RISC-V assembly programs for processor IP verification, including initialization, instruction, data, stack, page-table, interrupt, and exception-handling sections.
Within that flow, gen_section is used to add named assembly sections into the generated instruction stream.
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →