Monday, 2022-05-09

*** tpb <[email protected]> has joined #litex00:00
jevinskie[m]I agree that line smells00:04
*** Degi_ <[email protected]> has joined #litex00:09
*** Degi <[email protected]> has quit IRC (Ping timeout: 260 seconds)00:10
*** Degi_ is now known as Degi00:10
*** subthreshold <subthreshold!~subthresh@2607:f140:8:a000:3d23:77d1:9036:3cd9> has quit IRC (Ping timeout: 252 seconds)00:38
zypnope, line 28 retains the previous value02:33
*** proppy[m] <proppy[m]!~proppymat@2001:470:69fc:105::cfc1> has joined #litex02:33
zypswitch = [If(…).Else(*switch)]02:33
jevinskie[m]I always miss some mundane detail :)04:40
*** esden <[email protected]> has quit IRC (*.net *.split)05:04
*** Stary <Stary!~Stary@hacksoc/infrastructure> has quit IRC (*.net *.split)05:04
*** alanvgreen <[email protected]> has quit IRC (*.net *.split)05:04
*** tnt <tnt!~tnt@osmocom/tnt> has quit IRC (*.net *.split)05:04
*** minute <[email protected]> has quit IRC (*.net *.split)05:04
*** G33KatWork <[email protected]> has quit IRC (*.net *.split)05:04
*** alanvgreen <[email protected]> has joined #litex05:04
*** G33KatWork <[email protected]> has joined #litex05:04
*** minute <[email protected]> has joined #litex05:04
*** esden <[email protected]> has joined #litex05:04
*** Stary <Stary!~Stary@hacksoc/infrastructure> has joined #litex05:07
*** tnt <tnt!~tnt@osmocom/tnt> has joined #litex05:09
*** shorne <[email protected]> has quit IRC (*.net *.split)05:11
*** shorne <[email protected]> has joined #litex05:11
*** FabM <FabM!~FabM@2a03:d604:103:600:1691:ad7d:f30a:b49f> has joined #litex06:05
*** Guest19 <[email protected]> has joined #litex12:33
*** Guest19 is now known as jdmux12:34
*** joseng <[email protected]> has joined #litex15:38
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Quit: Leaving)15:55
mithro_florent_: https://twitter.com/smosanu/status/152277668470922035419:08
*** limelight <[email protected]> has quit IRC (Quit: Connection closed for inactivity)19:19
_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.19:28
*** subthreshold <[email protected]> has joined #litex19:41
subthresholdzyp, I might be missing something basic, but while the splat decomposes switch19:43
subthresholdI don't see where anything actually gets appended to the list to start19:43
subthresholdit looks like switch is assigned to a new list everytime.19:43
subthresholdAlso what RR algorithm is this actually implementing?19:44
zypsubthreshold, 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()))]20:26
subthresholdoh i see, missed the recursion there. Thanks!20:29
subthresholdAlso would you happen to know what SP_CE and SP_WITHDRAW mean21:03
*** kbeckmann <[email protected]> has quit IRC (Ping timeout: 256 seconds)22:04
*** kbeckmann <[email protected]> has joined #litex22:05
*** shenki <[email protected]> has quit IRC (Ping timeout: 252 seconds)22:07
*** shenki <[email protected]> has joined #litex22:07
swetlandooh fun realization for demoing stuff with threads and MMU...23:51
swetland(4096 * 5) / (640 * 2) = 1623:51
swetland(one can slice a 640x480x16bpp display into 30 slices, each one text line tall, each fitting in exactly 5 pages)23:51

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!