Skip to content

Commit

Permalink
serwb/phy: adding Efinix T2x support
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Nov 21, 2023
1 parent 58bec35 commit ba3684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liteiclink/serwb/phy.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def __init__(self, device, pads, mode="master", init_timeout=2**15):
elif device[:2] == "Ti":
taps = 64
self.serdes = EfinixSerdes(pads, mode)
elif device[:2] == "T1":
elif device[:2] in ["T1", "T2"]:
taps = 4 # FIXME: no delay
self.serdes = EfinixSerdes(pads, mode)
else:
Expand Down

0 comments on commit ba3684d

Please sign in to comment.