amaranth/nmigen/compat/genlib/coding.py

5 lines
101 B
Python
Raw Normal View History

2018-12-26 07:29:48 -07:00
from ...lib.coding import *
2018-12-26 06:19:34 -07:00
__all__ = ["Encoder", "PriorityEncoder", "Decoder", "PriorityDecoder"]