hwtLib.peripheral.displays package

Subpackages

Submodules

hwtLib.peripheral.displays.segment7 module

class hwtLib.peripheral.displays.segment7.Segment7(hdlName: str | None = None)[source]

Bases: HwModule

7-segment display decoder

Display pin connection on image below.

-------------
|     0     |
-------------
| 5 |   | 1 |
-------------
|     6     |
-------------
| 4 |   | 2 |
-------------
|     3     |
-------------
HDL IO:
  • dataIn - of type hwt.hwIOs.std.HwIOSignal with dtype=<HBits, 4bits> - SLAVE

  • dataOut - of type hwt.hwIOs.std.HwIOSignal with dtype=<HBits, 7bits> - MASTER

schematic
__annotations__ = {}