We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af8201 commit 3a4b61cCopy full SHA for 3a4b61c
nmigen/vendor/lattice_ecp5.py
@@ -518,7 +518,6 @@ def get_oneg(a, invert):
518
if pin.dir in ("oe", "io"):
519
t = ~pin.oe
520
elif pin.xdr == 1:
521
- # Note that currently nextpnr will not pack an FF (*FS1P3DX) into the PIO.
522
if "i" in pin.dir:
523
get_ireg(pin.i_clk, i, pin_i)
524
if "o" in pin.dir:
0 commit comments