[Libre-soc-bugs] [Bug 763] Work on I/O Core Pad JTAG Tests
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Feb 10 05:25:40 GMT 2022
https://bugs.libre-soc.org/show_bug.cgi?id=763
--- Comment #8 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
29 def tms_data_getset(dut, tms, d_len, d_in=0):
, reverse=False
30 res = 0
31 yield dut.bus.tms.eq(tms)
32 for i in range(d_len):
r = range(dlen)
if reverse:
r = reversed(r)
or similar
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list