Commit 29b4e658 authored by whitequark's avatar whitequark
Browse files

genlib/resetsync: add __all__.

parent f0cd29fe
...@@ -2,6 +2,9 @@ from migen.fhdl.structure import * ...@@ -2,6 +2,9 @@ from migen.fhdl.structure import *
from migen.fhdl.specials import Special from migen.fhdl.specials import Special
__all__ = ["AsyncResetSynchronizer"]
class AsyncResetSynchronizer(Special): class AsyncResetSynchronizer(Special):
def __init__(self, cd, async_reset): def __init__(self, cd, async_reset):
Special.__init__(self) Special.__init__(self)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment