build/lattice/common/lattice_ecp5_trellis_special_overrides: Add missing DifferentialOutput.
This commit is contained in:
parent
6ab156e225
commit
69c6fa11d2
|
@ -178,6 +178,7 @@ lattice_ecp5_trellis_special_overrides = {
|
||||||
DDRInput: LatticeECP5DDRInput,
|
DDRInput: LatticeECP5DDRInput,
|
||||||
DDROutput: LatticeECP5DDROutput,
|
DDROutput: LatticeECP5DDROutput,
|
||||||
DifferentialInput: LatticeECP5DifferentialInput,
|
DifferentialInput: LatticeECP5DifferentialInput,
|
||||||
|
DifferentialOutput: LatticeECP5DifferentialOutput,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue