Skip to content

Commit a1e4183

Browse files
committedAug 22, 2015
sdram/phy/s6ddrphy: fix comment on S6QuarterRateDDRPHY
1 parent de87d65 commit a1e4183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎misoclib/mem/sdram/phy/s6ddrphy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def __init__(self, pads, module, rd_bitslip, wr_bitslip, dqs_ddr_alignment):
428428
self.clk8x_rd_strb = half_rate_phy.clk4x_rd_strb
429429

430430
# sys_clk : system clk, used for dfi interface
431-
# sys2x_clk : half rate sys clk
431+
# sys2x_clk : 2x system clk
432432
sd_sys = getattr(self.sync, "sys")
433433
sd_sys2x = getattr(self.sync, "sys2x")
434434

0 commit comments

Comments
 (0)
Please sign in to comment.