phy/lpddr4: update docstring

This commit is contained in:
Jędrzej Boczar 2021-08-03 09:30:13 +02:00
parent 4326fe7f36
commit 1bd9455216
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class DFIPhaseAdapter(Module):
----------
dfi_phase : Record(dfi.phase_description), in
Input from a single DFI phase.
masked_write : bool
masked_write : bool or Signal(1)
Specifies how DFI write command (cas_n=0, ras_n=1, we_n=0) is interpreted, either
as LPDDR4 WRITE or MASKED-WRITE. MASKED-WRITE requires larger tCCD, but WRITE does
not permit masking of data, so if masking is needed MASKED-WRITE has to be used.