limelight has quit [Quit: Connection closed for inactivity]
<_florent_>
mithro: great to see this is useful, BTW Sergiu is working on the paper you shared yesterday, I already discussed a little bit by mail with him.
subthreshold has joined #litex
<subthreshold>
zyp, I might be missing something basic, but while the splat decomposes switch
<subthreshold>
I don't see where anything actually gets appended to the list to start
<subthreshold>
it looks like switch is assigned to a new list everytime.
<subthreshold>
Also what RR algorithm is this actually implementing?
<zyp>
subthreshold, it's not appending to the list, it's taking the previous contents of the list and sticking it into the Else() clause so that after three iterations you end up with something like switch = [If(…).Else(If(…).Else(If(…).Else()))]
<subthreshold>
oh i see, missed the recursion there. Thanks!
<subthreshold>
Also would you happen to know what SP_CE and SP_WITHDRAW mean
kbeckmann has quit [Ping timeout: 256 seconds]
kbeckmann has joined #litex
shenki has quit [Ping timeout: 252 seconds]
shenki has joined #litex
<swetland>
ooh fun realization for demoing stuff with threads and MMU...
<swetland>
(4096 * 5) / (640 * 2) = 16
<swetland>
(one can slice a 640x480x16bpp display into 30 slices, each one text line tall, each fitting in exactly 5 pages)