amaranth/nmigen/compat/genlib/coding.py

5 lines
98 B
Python
Raw Normal View History

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