genlib/io.py: fix copy/paste error (thanks rjo)

This commit is contained in:
Florent Kermarrec 2015-03-12 18:49:49 +01:00
parent c8ba8cde8e
commit bf28664cb4
1 changed files with 1 additions and 1 deletions

View 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")