mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
genlib/io.py: fix copy/paste error (thanks rjo)
This commit is contained in:
parent
c8ba8cde8e
commit
bf28664cb4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue