From: Florent Kermarrec Date: Fri, 16 May 2014 09:46:33 +0000 (+0200) Subject: gensdrphy: fix memtype and change phase shift in comments. X-Git-Tag: 24jan2021_ls180~2713 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54339a6d5b8ed0ca55b7f7c4207510665ded2ea0;p=litex.git gensdrphy: fix memtype and change phase shift in comments. --- diff --git a/misoclib/sdramphy/gensdrphy.py b/misoclib/sdramphy/gensdrphy.py index fbb5bd4e..450e456e 100644 --- a/misoclib/sdramphy/gensdrphy.py +++ b/misoclib/sdramphy/gensdrphy.py @@ -7,7 +7,7 @@ # The PHY needs 2 Clock domains: # - sys_clk : The System Clock domain # - sys_clk_ps : The System Clock domain with its phase shifted -# (-0.75ns on C4@100MHz) +# (-3ns on C4@100MHz) # # Assert dfi_wrdata_en and present the data # on dfi_wrdata_mask/dfi_wrdata in the same @@ -35,7 +35,7 @@ class GENSDRPHY(Module): d = flen(pads.dq) self.phy_settings = lasmicon.PhySettings( - memtype=memtype, + memtype="SDR", dfi_d=d, nphases=1, rdphase=0,