Merge pull request #223 from gregdavill/ecp5_delayf_fix

ecp5ddrphy: Fix DELAYF initial value
This commit is contained in:
enjoy-digital 2020-10-20 18:11:46 +02:00 committed by GitHub
commit 8169b5412c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class ECP5DDRPHY(Module, AutoCSR):
self.specials += [
Instance("DELAYF",
p_DEL_MODE = "DQS_ALIGNED_X2",
i_LOADN = 1,
i_LOADN = 0,
i_MOVE = 0,
i_DIRECTION = 0,
i_A = dq_i,