*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 02:15 | |
openpowerbot | [irc] <programmerjake> well, turns out no one ever tested loading the SVSHAPE SPRS using mtspr, since get_remap_indices tries to call .get_iterator directly on the value in the SPR rather than casting it to a SVSHAPE instance first | 04:29 |
---|---|---|
openpowerbot | [irc] <programmerjake> ...and things like that are all over the code... | 04:30 |
*** psydroid <psydroid!~psydroid@user/psydroid> has joined #libre-soc | 10:01 | |
*** psydroid2 <psydroid2!~psydroid@user/psydroid> has joined #libre-soc | 10:02 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has quit IRC | 10:06 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@37.204.162.147> has quit IRC | 12:33 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@37.204.162.147> has joined #libre-soc | 12:33 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@37.204.162.147> has quit IRC | 12:37 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.168.3> has joined #libre-soc | 12:38 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.168.3> has quit IRC | 12:50 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.8> has joined #libre-soc | 14:32 | |
*** octavius <octavius!~octavius@77.95.36.35> has joined #libre-soc | 15:07 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.8> has quit IRC | 15:35 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.8> has joined #libre-soc | 15:39 | |
*** octavius <octavius!~octavius@77.95.36.35> has quit IRC | 15:44 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.8> has quit IRC | 15:54 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.42.164> has joined #libre-soc | 16:01 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.42.164> has quit IRC | 16:05 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.42.164> has joined #libre-soc | 16:05 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.42.164> has quit IRC | 16:12 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@81.200.17.132> has joined #libre-soc | 16:12 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@81.200.17.132> has quit IRC | 16:40 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.119> has joined #libre-soc | 17:05 | |
*** tplaten <tplaten!~tplaten@phreedom2600.net> has joined #libre-soc | 17:07 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.119> has quit IRC | 17:14 | |
openpowerbot | [irc] <sadoon[m]1> Is that a big issue? | 17:22 |
openpowerbot | [irc] <programmerjake> nah, i already fixed it | 17:23 |
openpowerbot | [irc] <sadoon[m]1> I'm hoping to be done with poly1305 by end of next week if things keep moving at this pace :) | 17:23 |
openpowerbot | [irc] <sadoon[m]1> programmerjake: Awesome | 17:23 |
openpowerbot | [irc] <sadoon[m]1> At least the ISACaller version of poly1305 svp64 | 17:23 |
openpowerbot | [irc] <sadoon[m]1> Meeting in 20 minutes right? | 18:39 |
openpowerbot | [irc] <programmerjake> wasn't it only every other week? i have nothing on my calendar... | 18:42 |
openpowerbot | [irc] <sadoon[m]1> Not sure | 18:42 |
openpowerbot | [irc] <snowwolflair[m]> Nothing on mine either | 18:43 |
openpowerbot | [irc] <sadoon[m]1> I tthought we made it weekly hmm | 18:43 |
openpowerbot | [irc] <programmerjake> so, if there's a meeting, someone should send out calendar invites | 18:43 |
openpowerbot | [irc] <sadoon[m]1> I don't have much to discuss technically but I am using the time to finish up my work on poly1305 | 18:44 |
tplaten | I' continue working on gram code, making slow progress | 19:28 |
openpowerbot | [irc] <snowwolflair[m]> Just back, I guess no meeting (Good I'm tired) | 19:31 |
openpowerbot | [irc] <sadoon[m]1> I've got an annoying error with ISACaller | 19:51 |
openpowerbot | [irc] <sadoon[m]1> I've copy pasted working code as a separate class in my poly1305 python file | 19:52 |
openpowerbot | [irc] <sadoon[m]1> When I instantiate a DecoderTestCase and try to call the function, AttributeError: 'list' object has no attribute 'generate_instructions' | 19:52 |
openpowerbot | [irc] <sadoon[m]1> for reference, this hardcoded example works fine https://albader.co/test_caller.py | 19:58 |
openpowerbot | [irc] <sadoon[m]1> Ah I see, calling the function doesn't really work properly | 20:01 |
openpowerbot | [irc] <sadoon[m]1> I'll look at other examples to see how it can be done | 20:01 |
openpowerbot | [irc] <sadoon[m]1> All the examples I could find have the main class inherit FHDLTestCase and use | 20:09 |
openpowerbot | [irc] <sadoon[m]1> if __name__ == "__main__": unittest.main() | 20:09 |
openpowerbot | [irc] <sadoon[m]1> Is there any way to call the simulator from within another class? | 20:09 |
openpowerbot | [irc] <sadoon[m]1> Ok figured it out. | 20:16 |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 20:18 | |
openpowerbot | [irc] <sadoon[m]1> Ok it's running.. | 20:21 |
openpowerbot | [irc] <sadoon[m]1> IT WORKS | 20:27 |
*** Lucretia-backup <Lucretia-backup!~laguest@84.66.176.156> has joined #libre-soc | 20:34 | |
*** Lucretia <Lucretia!~laguest@user/lucretia> has quit IRC | 20:35 | |
openpowerbot | [irc] <sadoon[m]1> I've broken my local git repo but hey at least it works xD | 20:41 |
openpowerbot | [irc] <sadoon[m]1> So I've created a very convenient simulator(lst, RS, RA, RB) function that also returns RS, extremely useful for inlining the simulation | 20:42 |
openpowerbot | [irc] <sadoon[m]1> idk if this was already available but I'd figured might as well do it | 20:42 |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 20:43 | |
openpowerbot | [irc] <sadoon[m]1> So what used to be h0 += t0 & 0xfffffffffff) is now | 20:44 |
openpowerbot | [irc] <sadoon[m]1> h0 += simulation(["and. 0, 1, 2"], h0, t0, 0xfffffffffff) | 20:45 |
*** tplaten <tplaten!~tplaten@phreedom2600.net> has quit IRC | 20:46 | |
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 20:58 | |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 20:58 | |
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 21:30 | |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 21:30 | |
*** psydroid2 <psydroid2!~psydroid@user/psydroid> has quit IRC | 21:57 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 22:02 | |
*** mx08 <mx08!~mx08@user/mx08> has quit IRC | 23:25 | |
*** mx08 <mx08!~mx08@user/mx08> has joined #libre-soc | 23:42 | |
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 23:45 | |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 23:46 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!