From d0e3d3ecd669f488951f1b69d0c0596517fa6f77 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Thu, 23 Jul 2020 14:24:31 +0200 Subject: [PATCH] vendor.lattice_ecp5: add missing differential IO types. --- nmigen/vendor/lattice_ecp5.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nmigen/vendor/lattice_ecp5.py b/nmigen/vendor/lattice_ecp5.py index 22526d3..cd2f720 100644 --- a/nmigen/vendor/lattice_ecp5.py +++ b/nmigen/vendor/lattice_ecp5.py @@ -349,7 +349,8 @@ class LatticeECP5Platform(TemplatedPlatform): _differential_io_types = [ "BLVDS25", "BLVDS25E", "HSUL12D", "LVCMOS18D", "LVCMOS25D", "LVCMOS33D", "LVDS", "LVDS25E", "LVPECL33", "LVPECL33E", "LVTTL33D", "MLVDS", "MLVDS25E", - "SLVS", "SSTL135D_II", "SSTL15D_II", "SSTL18D_II", "SUBLVDS", + "SLVS", "SSTL135D_I", "SSTL135D_II", "SSTL15D_I", "SSTL15D_II", "SSTL18D_I", + "SSTL18D_II", "SUBLVDS", ] def should_skip_port_component(self, port, attrs, component): -- 2.30.2