[Libre-soc-bugs] [Bug 241] OpenPOWER SImulation is needed of standards

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Sep 19 18:26:14 BST 2021


https://bugs.libre-soc.org/show_bug.cgi?id=241

--- Comment #17 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
diff --git a/litex/build/io.py b/litex/build/io.py
index 8e93d19b..710c1f98 100644
--- a/litex/build/io.py
+++ b/litex/build/io.py
@@ -64,7 +64,7 @@ class SDRIO(Special):

     @staticmethod
     def lower(dr):
-        return InferedSDRIO(dr.i, dr.o, dr.clk, dr.clk_domain)
+        return InferedSDRIO(dr.i, dr.o, dr.clk)#, dr.clk_domain)


 class SDRInput(SDRIO):  pass

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list