projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ba8cd
)
genlib/io.py: fix copy/paste error (thanks rjo)
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 12 Mar 2015 17:49:49 +0000
(18:49 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 12 Mar 2015 17:49:49 +0000
(18:49 +0100)
migen/genlib/io.py
patch
|
blob
|
history
diff --git
a/migen/genlib/io.py
b/migen/genlib/io.py
index ecd061fa96da292be90ceed02c033e18ec99f478..ab0c3beddbdefddd814f2fc7aa70668e3f7891cd 100644
(file)
--- a/
migen/genlib/io.py
+++ b/
migen/genlib/io.py
@@
-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")