genlib/io.py: fix copy/paste error (thanks rjo)
This commit is contained in:
parent
c8ba8cde8e
commit
bf28664cb4
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue