pyGHDL.dom.Range

Classes

  • Range: ModelEntity is the base-class for all classes in the VHDL language model, except for mixin classes (see multiple


Classes

class pyGHDL.dom.Range.Range(leftBound, rightBound, direction)[source]

Inheritance

Inheritance diagram of Range

Parameters:
property Parent: ModelEntity

Returns a reference to the parent entity.

Return type:

ModelEntity

Returns:

Parent entity.

__init__(leftBound, rightBound, direction)[source]

Initializes a VHDL model entity.

Parameters:
__str__()[source]

Return str(self).

Return type:

str

_parent: ModelEntity

Reference to a parent entity in the model.