From: Adam Greig Date: Thu, 14 Jan 2021 11:34:03 +0000 (+0000) Subject: vendor.lattice_ecp5: remove outdated comment in ECP5 platform. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fda555d01f4940f1d0cce8c9bef5a6b5a07f010;p=nmigen.git vendor.lattice_ecp5: remove outdated comment in ECP5 platform. Starting with nextpnr c6401413a, nextpnr does pack *FS1P3DX into IOLOGIC cells. --- diff --git a/nmigen/vendor/lattice_ecp5.py b/nmigen/vendor/lattice_ecp5.py index 2775c91..a3fb87d 100644 --- a/nmigen/vendor/lattice_ecp5.py +++ b/nmigen/vendor/lattice_ecp5.py @@ -518,7 +518,6 @@ class LatticeECP5Platform(TemplatedPlatform): if pin.dir in ("oe", "io"): t = ~pin.oe elif pin.xdr == 1: - # Note that currently nextpnr will not pack an FF (*FS1P3DX) into the PIO. if "i" in pin.dir: get_ireg(pin.i_clk, i, pin_i) if "o" in pin.dir: