_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://libera.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
<jevinskie[m]> I agree that line smells
Degi_ has joined #litex
Degi_ is now known as Degi
subthreshold has quit [Ping timeout: 252 seconds]
<zyp> nope, line 28 retains the previous value
proppy[m] has joined #litex
<zyp> switch = [If(…).Else(*switch)]
<jevinskie[m]> I always miss some mundane detail :)
esden has quit [*.net *.split]
Stary has quit [*.net *.split]
alanvgreen has quit [*.net *.split]
tnt has quit [*.net *.split]
minute has quit [*.net *.split]
G33KatWork has quit [*.net *.split]
alanvgreen has joined #litex
G33KatWork has joined #litex
minute has joined #litex
esden has joined #litex
Stary has joined #litex
tnt has joined #litex
shorne has quit [*.net *.split]
shorne has joined #litex
FabM has joined #litex
FabM has quit [Changing host]
FabM has joined #litex
Guest19 has joined #litex
Guest19 is now known as jdmux
joseng has joined #litex
FabM has quit [Quit: Leaving]
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)