Expand description
Python Templated Verilog
§Generation Process
.pytv ----> .v.py --+-> .v
|
+-> .inst
§Examples
To be added.
§Related Auto Generator Projects
- FLAMES: template-based C++ library for Vitis HLS [website] [GitHub] [paper at IEEE] [paper PDF]
- AHDW: a DSL, the predecessor of this project [paper at IEEE] [paper PDF]
Structs§
- Represents the configuration options for PyTV.
- Represents a converter that converts PyTV script to Python script to generate Verilog.
- Represents the options for input and output file for PyTV.