exporter ¶
PeakRDL BSV exporter.
Classes:
-
BSVExporter–PeakRDL BSV exporter main class.
BSVExporter ¶
PeakRDL BSV exporter main class.
Methods:
-
export–Writeout the BSV code.
export ¶
export(
top_node: Union[AddrmapNode, RootNode],
outputpath: str,
input_files: Optional[List[str]] = None,
rename: Optional[str] = None,
depth: int = 0,
test: bool = False,
)
Writeout the BSV code.
Source code in src/peakrdl_bsv/exporter.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | |