lib.coding: port from Migen.

This commit is contained in:
whitequark 2018-12-26 13:19:34 +00:00
parent fe8cb55204
commit 528747703d
4 changed files with 205 additions and 5 deletions

View file

@ -0,0 +1,4 @@
from ...lib.cdc import *
__all__ = ["Encoder", "PriorityEncoder", "Decoder", "PriorityDecoder"]