From: Jean THOMAS Date: Thu, 23 Jul 2020 12:24:31 +0000 (+0200) Subject: vendor.lattice_ecp5: add missing differential IO types. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0e3d3ecd669f488951f1b69d0c0596517fa6f77;p=nmigen.git vendor.lattice_ecp5: add missing differential IO types. --- 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):