Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
29b4e658
Commit
29b4e658
authored
6 years ago
by
whitequark
Browse files
Options
Download
Email Patches
Plain Diff
genlib/resetsync: add __all__.
parent
f0cd29fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
migen/genlib/resetsync.py
migen/genlib/resetsync.py
+3
-0
No files found.
migen/genlib/resetsync.py
View file @
29b4e658
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment