k7ddrphy: set bitslip to 0 on ISERDESE2 (needed at least for sim)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 14 Aug 2014 14:32:29 +0000 (16:32 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Thu, 14 Aug 2014 14:46:06 +0000 (22:46 +0800)
misoclib/sdramphy/k7ddrphy.py

index cd0719601143f8971dd0115760863d694a0c6158..83171224c5fb761d9bd07cec3f63fbdc606053da 100644 (file)
@@ -185,6 +185,7 @@ class K7DDRPHY(Module):
                                        i_CE1=1,
                                        i_RST=ResetSignal(),
                                        i_CLK=ClockSignal("sys4x"), i_CLKB=~ClockSignal("sys4x"), i_CLKDIV=ClockSignal(),
+                                       i_BITSLIP=0,
                                        o_Q8=self.dfi.phases[0].rddata[i], o_Q7=self.dfi.phases[0].rddata[d+i],
                                        o_Q6=self.dfi.phases[1].rddata[i], o_Q5=self.dfi.phases[1].rddata[d+i],
                                        o_Q4=self.dfi.phases[2].rddata[i], o_Q3=self.dfi.phases[2].rddata[d+i],