Skip to content

Commit

Permalink
sdram/phy/s6ddrphy: fix comment on S6QuarterRateDDRPHY
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Aug 22, 2015
1 parent de87d65 commit a1e4183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoclib/mem/sdram/phy/s6ddrphy.py
Expand Up @@ -428,7 +428,7 @@ def __init__(self, pads, module, rd_bitslip, wr_bitslip, dqs_ddr_alignment):
self.clk8x_rd_strb = half_rate_phy.clk4x_rd_strb

# sys_clk : system clk, used for dfi interface
# sys2x_clk : half rate sys clk
# sys2x_clk : 2x system clk
sd_sys = getattr(self.sync, "sys")
sd_sys2x = getattr(self.sync, "sys2x")

Expand Down

0 comments on commit a1e4183

Please sign in to comment.