Merge pull request #207 from ozbenh/sim-autoinit

dfii: Really default to HW control
This commit is contained in:
enjoy-digital 2020-06-10 10:36:05 +02:00 committed by GitHub
commit 8c112c709c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class DFIInjector(Module, AutoCSR):
CSRField("sel", size=1, values=[
("``0b0``", "Software (CPU) control."),
("``0b1`", "Hardware control (default)."),
], reset=0b0), # Defaults to HW control.
], reset=0b1), # Defaults to HW control.
CSRField("cke", size=1),
CSRField("odt", size=1),
CSRField("reset_n", size=1),