genlib/io.py: fix copy/paste error (thanks rjo)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 12 Mar 2015 17:49:49 +0000 (18:49 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 12 Mar 2015 17:49:49 +0000 (18:49 +0100)
migen/genlib/io.py

index ecd061fa96da292be90ceed02c033e18ec99f478..ab0c3beddbdefddd814f2fc7aa70668e3f7891cd 100644 (file)
@@ -16,4 +16,4 @@ class DifferentialInput(Special):
 
        @staticmethod
        def lower(dr):
-               raise NotImplementedError("Attempted to use a reset synchronizer, but platform does not support them")
+               raise NotImplementedError("Attempted to use a differential input, but platform does not support them")