Skip to content

Commit

Permalink
genlib/io.py: fix copy/paste error (thanks rjo)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Mar 12, 2015
1 parent c8ba8cd commit bf28664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migen/genlib/io.py
Expand Up @@ -16,4 +16,4 @@ def iter_expressions(self):

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

0 comments on commit bf28664

Please sign in to comment.