We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d03c9 commit d7f9045Copy full SHA for d7f9045
lambdalib/ramlib/__init__.py
@@ -4,7 +4,7 @@
4
from .la_syncfifo.la_syncfifo import Syncfifo
5
from .la_dpram.la_dpram import Dpram
6
from .la_spram.la_spram import Spram
7
-from .la_spram.la_spram import Tdpram
+from .la_tdpram.la_tdpram import Tdpram
8
9
__all__ = ['Asyncfifo',
10
'Syncfifo',
0 commit comments