parse.py
CodeArtifactFirst 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 connectionsparse.py creates and populates the instr_dict dictionary for all instructions.
parse.py performs checks and generates multiple artifacts such as encoding.h, latex tables, etc.
parse.py is a script within the repository for checks and artifact generation.
parse.py always generates instr_dict.json as an output artifact.
parse.py generates instr-table.tex as a latex artifact.
parse.py generates priv-instr-table.tex as a latex artifact.
parse.py generates inst.chisel as a Chisel code artifact.
parse.py generates inst.sverilog as a SystemVerilog code artifact.
parse.py generates inst.rs as a Rust code artifact.
parse.py generates inst.spinalhdl as a SpinalHDL code artifact.
parse.py generates inst.go as a Go code artifact.
parse.py parses instruction encoding files and performs checks on them.
parse.py captures regular instructions in the first pass.