|
CIRCT 23.0.0git
|
Namespaces | |
| namespace | __main__ |
| namespace | generator |
| namespace | indented_writer |
| namespace | ports |
Variables | |
| list | __all__ |
Code generation from ESI manifests to source code.
This package only re-exports the public API. The implementation lives in the
sibling modules:
* `generator` -- the `Generator` base, `CppGenerator`, the C++ type planner /
emitter (`CppTypePlanner` / `CppTypeEmitter`), and the `run` CLI entry point.
* `indented_writer` -- the `IndentedWriter` used by the emitters.
* `ports` -- the per-port-kind strategy table and its rendering helpers.
|
private |
Definition at line 18 of file __init__.py.