Skip to content

Commit

Permalink
build/efinix/common: Enable back SDRInput since support fixed with re…
Browse files Browse the repository at this point in the history
…cent changes.
  • Loading branch information
enjoy-digital committed Sep 26, 2024
1 parent 9760493 commit 431feb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/build/efinix/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def lower(dr):
DifferentialOutput : EfinixDifferentialOutput,
DifferentialInput : EfinixDifferentialInput,
SDROutput : EfinixSDROutput,
#SDRInput : EfinixSDRInput, # FIXME: Naming/Excluded IO isuse?
SDRInput : EfinixSDRInput,
SDRTristate : EfinixSDRTristate,
DDROutput : EfinixDDROutput,
DDRInput : EfinixDDRInput,
Expand Down

0 comments on commit 431feb0

Please sign in to comment.