Skip to content

Commit

Permalink
build: efiniix: fix partent of EfinixSDRTristateImpl
Browse files Browse the repository at this point in the history
 fix partent of EfinixSDRTristateImpl

Signed-off-by: Fin Maaß <[email protected]>
  • Loading branch information
maass-hamburg committed Sep 12, 2024
1 parent b41a526 commit abc8f9b
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 @@ -292,7 +292,7 @@ def lower(dr):

# Efinix SDRTristate -------------------------------------------------------------------------------

class EfinixSDRTristateImpl(EfinixDDRTristateImpl):
class EfinixSDRTristateImpl(Module):
def __init__(self, platform, io, o, oe, i, clk):
io_name = platform.get_pin_name(io)
io_pad = platform.get_pin_location(io)
Expand Down

0 comments on commit abc8f9b

Please sign in to comment.