mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
sdram/phy/simphy: OK with DDR3
This commit is contained in:
parent
51ce7cad6f
commit
75ee8a5db9
1 changed files with 1 additions and 3 deletions
|
@ -2,10 +2,8 @@
|
|||
# License: BSD
|
||||
|
||||
# SDRAM simulation PHY at DFI level
|
||||
# Status:
|
||||
# - tested against software memtest with SDR/DDR/LPDDR/DDR2 with Verilator.
|
||||
# tested with SDR/DDR/DDR2/LPDDR/DDR3
|
||||
# TODO:
|
||||
# - test with DDR3
|
||||
# - add $display support to Migen and manage timing violations?
|
||||
|
||||
from migen.fhdl.std import *
|
||||
|
|
Loading…
Reference in a new issue