Skip to content
STIMSMITH

parse.py

CodeArtifact
First seen 8/3/2026
Last seen 8/3/2026
Evidence 4 chunks

NEIGHBORHOOD

No graph connections found for this entity yet. It may appear in future ingestion runs.

explore full graph →

RELATIONSHIPS

13 connections
instr_dict uses → 97% 2e
parse.py creates and populates the instr_dict dictionary for all instructions.
artifact generation implements → 99% 2e
parse.py performs checks and generates multiple artifacts such as encoding.h, latex tables, etc.
RISC-V Opcodes Repository part of → 98% 2e
parse.py is a script within the repository for checks and artifact generation.
instr_dict.json introduces → 99% 1e
parse.py always generates instr_dict.json as an output artifact.
instr-table.tex introduces → 98% 1e
parse.py generates instr-table.tex as a latex artifact.
priv-instr-table.tex introduces → 98% 1e
parse.py generates priv-instr-table.tex as a latex artifact.
inst.chisel introduces → 98% 1e
parse.py generates inst.chisel as a Chisel code artifact.
inst.sverilog introduces → 98% 1e
parse.py generates inst.sverilog as a SystemVerilog code artifact.
inst.rs introduces → 98% 1e
parse.py generates inst.rs as a Rust code artifact.
inst.spinalhdl introduces → 98% 1e
parse.py generates inst.spinalhdl as a SpinalHDL code artifact.
inst.go introduces → 98% 1e
parse.py generates inst.go as a Go code artifact.
instruction encoding uses → 97% 1e
parse.py parses instruction encoding files and performs checks on them.
regular instruction uses → 97% 1e
parse.py captures regular instructions in the first pass.