Crate pytv

source ·
Expand description

Python Templated Verilog

§Generation Process

.pytv ----> .v.py --+-> .v
                    |
                    +-> .inst

§Examples

To be added.

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.