Skip to content

Commit 3a4b61c

Browse files
authored
vendor.lattice_ecp5: remove outdated comment in ECP5 platform.
Starting with nextpnr c6401413a, nextpnr does pack *FS1P3DX into IOLOGIC cells.
1 parent 9af8201 commit 3a4b61c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nmigen/vendor/lattice_ecp5.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ def get_oneg(a, invert):
518518
if pin.dir in ("oe", "io"):
519519
t = ~pin.oe
520520
elif pin.xdr == 1:
521-
# Note that currently nextpnr will not pack an FF (*FS1P3DX) into the PIO.
522521
if "i" in pin.dir:
523522
get_ireg(pin.i_clk, i, pin_i)
524523
if "o" in pin.dir:

0 commit comments

Comments
 (0)