ElfenKaiser has quit [Quit: Konversation terminated!]
<yifei>
Flea86: seems like the 7000 product line isn't well supported? Thx for the pointer :)
<Flea86>
yifei: No problem
peeps[zen] has joined #litex
sorear has quit [Ping timeout: 260 seconds]
peepsalot has quit [Remote host closed the connection]
sorear has joined #litex
<tnt>
I don't get how litepcie 526a3d05aafcf8877b7cb9f893de82f3bd85a6e4 can ever work ...
<tnt>
_florent_: did you use this on actual hardware ?
whitequark[cis] has joined #litex
<whitequark[cis]>
tnt: curious what the problem is
<tnt>
whitequark[cis]: me too ... I'm looking at s_axis_rq_adapt_x8.v and first issue is almost like if user_reset didn't happen. Because the very first header is passed "as-is" like if s_axis_rq_tfirst was low the whole time.
<tnt>
whitequark[cis]: did you use that core in this configuration sucessfully ?
<whitequark[cis]>
I havent'
<tnt>
"The user application must keep the s_axis_rq_tvalid signal asserted over the duration of the packet. "
<tnt>
The new code introduced in 526a3d05aafcf8877b7cb9f893de82f3bd85a6e4 removed the FIFO that was aggregating data in continuous packets.