Wednesday, 2023-10-11

*** gnucode <gnucode!~gnucode@user/jab> has quit IRC02: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 first04:29
openpowerbot[irc] <programmerjake> ...and things like that are all over the code...04:30
*** psydroid <psydroid!~psydroid@user/psydroid> has joined #libre-soc10:01
*** psydroid2 <psydroid2!~psydroid@user/psydroid> has joined #libre-soc10:02
*** psydroid <psydroid!~psydroid@user/psydroid> has quit IRC10:06
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@37.204.162.147> has quit IRC12:33
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@37.204.162.147> has joined #libre-soc12:33
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@37.204.162.147> has quit IRC12:37
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.168.3> has joined #libre-soc12:38
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.168.3> has quit IRC12:50
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.8> has joined #libre-soc14:32
*** octavius <octavius!~octavius@77.95.36.35> has joined #libre-soc15:07
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.8> has quit IRC15:35
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.8> has joined #libre-soc15:39
*** octavius <octavius!~octavius@77.95.36.35> has quit IRC15:44
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.8> has quit IRC15:54
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.42.164> has joined #libre-soc16:01
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.42.164> has quit IRC16:05
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.42.164> has joined #libre-soc16:05
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.42.164> has quit IRC16:12
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@81.200.17.132> has joined #libre-soc16:12
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@81.200.17.132> has quit IRC16:40
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.119> has joined #libre-soc17:05
*** tplaten <tplaten!~tplaten@phreedom2600.net> has joined #libre-soc17:07
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.166.119> has quit IRC17:14
openpowerbot[irc] <sadoon[m]1> Is that a big issue?17:22
openpowerbot[irc] <programmerjake> nah, i already fixed it17: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: Awesome17:23
openpowerbot[irc] <sadoon[m]1> At least the ISACaller version of poly1305 svp6417: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 sure18:42
openpowerbot[irc] <snowwolflair[m]> Nothing on mine either18:43
openpowerbot[irc] <sadoon[m]1> I tthought we made it weekly hmm18:43
openpowerbot[irc] <programmerjake> so, if there's a meeting, someone should send out calendar invites18: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 poly130518:44
tplatenI' continue working on gram code, making slow progress19: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 ISACaller19:51
openpowerbot[irc] <sadoon[m]1> I've copy pasted working code as a separate class in my poly1305 python file19: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.py19:58
openpowerbot[irc] <sadoon[m]1> Ah I see, calling the function doesn't really work properly20:01
openpowerbot[irc] <sadoon[m]1> I'll look at other examples to see how it can be done20:01
openpowerbot[irc] <sadoon[m]1> All the examples I could find have the main class inherit FHDLTestCase and use20: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 IRC20:18
openpowerbot[irc] <sadoon[m]1> Ok it's running..20:21
openpowerbot[irc] <sadoon[m]1> IT WORKS20:27
*** Lucretia-backup <Lucretia-backup!~laguest@84.66.176.156> has joined #libre-soc20:34
*** Lucretia <Lucretia!~laguest@user/lucretia> has quit IRC20:35
openpowerbot[irc] <sadoon[m]1> I've broken my local git repo but hey at least it works xD20: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 simulation20:42
openpowerbot[irc] <sadoon[m]1> idk if this was already available but I'd figured might as well do it20:42
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc20:43
openpowerbot[irc] <sadoon[m]1> So what used to be h0 += t0 & 0xfffffffffff) is now20:44
openpowerbot[irc] <sadoon[m]1> h0 += simulation(["and. 0, 1, 2"], h0, t0, 0xfffffffffff)20:45
*** tplaten <tplaten!~tplaten@phreedom2600.net> has quit IRC20:46
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC20:58
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc20:58
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC21:30
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc21:30
*** psydroid2 <psydroid2!~psydroid@user/psydroid> has quit IRC21:57
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc22:02
*** mx08 <mx08!~mx08@user/mx08> has quit IRC23:25
*** mx08 <mx08!~mx08@user/mx08> has joined #libre-soc23:42
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC23:45
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc23:46

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