lib.coding: port from Migen.
This commit is contained in:
parent
fe8cb55204
commit
528747703d
4 changed files with 205 additions and 5 deletions
4
nmigen/compat/genlib/coding.py
Normal file
4
nmigen/compat/genlib/coding.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from ...lib.cdc import *
|
||||
|
||||
|
||||
__all__ = ["Encoder", "PriorityEncoder", "Decoder", "PriorityDecoder"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue