pyGHDL.dom.formatting.prettyprint

Exceptions

  • PrettyPrintException: The exception is raised when a model item cannot be rendered back to VHDL source code.

Classes


Exceptions

exception pyGHDL.dom.formatting.prettyprint.PrettyPrintException(message='')[source]

The exception is raised when a model item cannot be rendered back to VHDL source code.

It reports an item the pretty-printer has no formatting rule for.

Inheritance

Inheritance diagram of PrettyPrintException

Parameters:

message (str)

Return type:

None


Classes

class pyGHDL.dom.formatting.prettyprint.PrettyPrint[source]

Inheritance

Inheritance diagram of PrettyPrint