mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
phy: add KUSDDRPHY to __init__.py
This commit is contained in:
parent
d6350d9fec
commit
1618a7636a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
from litedram.phy.gensdrphy import GENSDRPHY
|
||||
from litedram.phy.s6ddrphy import S6HalfRateDDRPHY, S6QuarterRateDDRPHY
|
||||
from litedram.phy.s7ddrphy import V7DDRPHY, K7DDRPHY, A7DDRPHY
|
||||
from litedram.phy.kusddrphy import KUSDDRPHY
|
||||
|
||||
# backward compatibility (remove when no longer needed)
|
||||
from litedram.phy import s7ddrphy as a7ddrphy
|
||||
|
|
Loading…
Reference in a new issue