applet.interface.jtag_pinout: simplify TDI detection code. NFCI.
Before this commit, _detect_tdi tries to discover every correlation
between bitstream shifted into TDI and bitstream shifted out of TDO,
returning multiple results as "multiple IR lengths". Not only this
can't happen in any reasonable setup, but downstream code also cannot
deal with it correctly either.
After this commit, the first (and generally, only) correlation is
returned, with an additional check for minimum IR length.
by
whitequark
4 years 2 months
applet.interface.jtag_pinout: convert to nMigen.
by
whitequark
4 years 2 months
README.md: update acknowledgement section
by
electronic_eel
4 years 2 months
applet.program.mec16xx: clarify note on cursed behavior.
by
whitequark
4 years 2 months
applet.internal.selftest: indicate pins-* as broken on >=C0.
pins-pull is broken, too.
by
whitequark
4 years 2 months
applet.internal.selftest: indicate pins-{int,ext} as broken on >=C0.
by
whitequark
4 years 2 months