add __all__
This commit is contained in:
parent
d84b172245
commit
d765dfb7b9
@ -2,6 +2,9 @@ from nmigen import *
|
|||||||
from nmigen.lib.cdc import MultiReg
|
from nmigen.lib.cdc import MultiReg
|
||||||
|
|
||||||
|
|
||||||
|
__all__ = ["RS232RX", "RS232TX"]
|
||||||
|
|
||||||
|
|
||||||
class RS232RX(Elaboratable):
|
class RS232RX(Elaboratable):
|
||||||
def __init__(self, tuning_word):
|
def __init__(self, tuning_word):
|
||||||
self.rx = Signal()
|
self.rx = Signal()
|
||||||
|
Loading…
Reference in New Issue
Block a user