mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/efinix/common: Disable SDRInput for now since breaking designs, needs to be investigated.
This commit is contained in:
parent
b5e91473b7
commit
b135f71512
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ efinix_special_overrides = {
|
|||
DifferentialOutput : EfinixDifferentialOutput,
|
||||
DifferentialInput : EfinixDifferentialInput,
|
||||
SDROutput : EfinixSDROutput,
|
||||
SDRInput : EfinixSDRInput,
|
||||
#SDRInput : EfinixSDRInput, # FIXME: Naming/Excluded IO isuse?
|
||||
SDRTristate : EfinixSDRTristate,
|
||||
DDROutput : EfinixDDROutput,
|
||||
DDRInput : EfinixDDRInput,
|
||||
|
|
Loading…
Reference in a new issue