Expand description
Python bindings for constructing, verifying, serialising, and emitting SC IR graphs.
Structsยง
Functionsยง
- __
pyfunction_ ๐ โir_ emit_ sv - __
pyfunction_ ๐ โir_ parse - __
pyfunction_ ๐ โir_ print - __
pyfunction_ ๐ โir_ verify - ir_
emit_ ๐sv - Emit SystemVerilog from an IR graph.
- ir_
parse ๐ - Parse an IR graph from text format.
- ir_
print ๐ - Print an IR graph to its stable text format.
- ir_
verify ๐ - Verify an IR graph. Returns None on success, or a list of error strings.
- parse_
sc_ ๐type - Parse a Python type string into ScType.
- register ๐
- Register the compute-graph IR classes and functions on the Python extension module.