Skip to content

Commit d7f9045

Browse files
Fix naming errors
1 parent 30d03c9 commit d7f9045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdalib/ramlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .la_syncfifo.la_syncfifo import Syncfifo
55
from .la_dpram.la_dpram import Dpram
66
from .la_spram.la_spram import Spram
7-
from .la_spram.la_spram import Tdpram
7+
from .la_tdpram.la_tdpram import Tdpram
88

99
__all__ = ['Asyncfifo',
1010
'Syncfifo',

0 commit comments

Comments
 (0)