Skip to content

Commit

Permalink
Merge pull request #351 from trabucayre/gw5a_ddr3
Browse files Browse the repository at this point in the history
phy/gw5ddrphy: introducing GW5A DDR phy
  • Loading branch information
enjoy-digital committed Nov 9, 2023
2 parents e1434fa + da78fca commit 16eb5a9
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 16eb5a9

Please sign in to comment.