Skip to content

Commit

Permalink
phy/gw5ddrphy: introducing GW5A DDR phy
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Nov 9, 2023
1 parent 4dec115 commit da78fca
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 0 deletions.
1 change: 1 addition & 0 deletions litedram/phy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from litedram.phy.ecp5ddrphy import ECP5DDRPHY, ECP5DDRPHYInit
from litedram.phy.gw2ddrphy import GW2DDRPHY
from litedram.phy.gw5ddrphy import GW5DDRPHY

# backward compatibility (remove when no longer needed)
from litedram.phy import s7ddrphy as a7ddrphy
Expand Down
Loading

0 comments on commit da78fca

Please sign in to comment.