sadoon[m]1 | The tyan server is here :D | 06:28 |
---|---|---|
sadoon[m]1 | Apparently has no SAS card to connect the hard drives though | 06:28 |
sadoon[m]1 | and all the ones I have are mini SAS and this looks different, probably regular SAS | 06:28 |
sadoon[m]1 | What's sad is due to irl me being busy I can't set it up just yet, and we have elections tomorrow | 06:29 |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 06:32 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@91.205.168.99> has quit IRC | 07:34 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.43.61> has joined #libre-soc | 07:35 | |
*** markos_ <markos_!~markos_@62.74.16.126> has joined #libre-soc | 08:59 | |
*** markos_ <markos_!~markos_@user/markos/x-1838887> has joined #libre-soc | 08:59 | |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has joined #libre-soc | 09:20 | |
ghostmansd | src/openpower/decoder/isa/test_caller_maddsubrs.py fails on 7d8c8cb54774392e018fbd48840ba76c09b1a6af. If I do (git checkout 7d8c8cb54774392e018fbd48840ba76c09b1a6af~1), it works... | 09:22 |
programmerjake | maddsubrs failing is expected, i added a new test demonstrating how the current pseudocode is incorrect | 09:23 |
programmerjake | i'm leaving it up to markos to fix the pseudocode since he wanted to learn | 09:24 |
ghostmansd | ah OK, I'll check other tests too later | 10:01 |
*** markos_ <markos_!~markos_@user/markos/x-1838887> has quit IRC | 10:05 | |
ghostmansd | I think I found it, pushed a fix which should stabilize at least some tests | 10:12 |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has quit IRC | 10:18 | |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has joined #libre-soc | 10:18 | |
*** markos_ <markos_!~markos_@static062038151250.dsl.hol.gr> has joined #libre-soc | 10:18 | |
*** markos_ <markos_!~markos_@user/markos/x-1838887> has joined #libre-soc | 10:18 | |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has quit IRC | 10:42 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.43.61> has quit IRC | 10:46 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.90> has joined #libre-soc | 10:48 | |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has joined #libre-soc | 11:17 | |
ghostmansd | OK, much better: https://salsa.debian.org/Kazan-team/mirrors/openpower-isa/-/jobs/4276886 | 11:23 |
ghostmansd | lkcl, the recently added rldimi tests fail. Is it expected? | 11:24 |
programmerjake | thx! | 11:25 |
ghostmansd | Thank you for spotting this! | 11:29 |
markos_ | programmerjake, just updated the source, ran make develop to install the updates, the maddsubrs test gives me a "ModuleNotFoundError: No module named 'openpower.sv.trans.svp64'" | 11:34 |
markos_ | it didn't do that before, do I have to do something to update the project? | 11:35 |
programmerjake | hmm, try running make? that module should be there though, did you run setup.py develop? | 11:51 |
programmerjake | for running make, i just use `make` with no target | 11:53 |
programmerjake | since it's 4am, luke or someone else can answer your questions, i'm going to sleep now | 11:54 |
programmerjake | i know it works correctly in ci at least... | 11:55 |
programmerjake | see the link ghostmansd just posted | 11:55 |
ghostmansd | markos, refer to this commit: a567c39b4f55ec8d414fbc93aebe9af3c6733902 | 12:11 |
ghostmansd | markos_ ^ | 12:11 |
ghostmansd | the files got moved a bit so that all functionality resides in one place | 12:12 |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has quit IRC | 12:16 | |
markos_ | ghostmansd[m], that was it, thanks | 12:33 |
markos_ | turns out git pull wasn't done properly and I had unstaged changes so it still had the old path | 12:34 |
markos_ | false alarm | 12:34 |
markos_ | did something else change running the tests? | 12:37 |
markos_ | I used to just call python3 maddsubrs_cases.py MADDSUBRSTestCase | 12:38 |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has joined #libre-soc | 14:54 | |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has quit IRC | 15:54 | |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has joined #libre-soc | 15:56 | |
*** ghostmansd[hexch <ghostmansd[hexch!~ghostmans@176.59.164.90> has joined #libre-soc | 16:14 | |
*** ghostmansd <ghostmansd!~ghostmans@91.205.168.99> has quit IRC | 16:17 | |
*** ghostmansd[hexch <ghostmansd[hexch!~ghostmans@176.59.164.90> has quit IRC | 16:32 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.90> has quit IRC | 16:49 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@91.205.168.237> has joined #libre-soc | 16:49 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 17:00 | |
*** tplaten <tplaten!~tplaten@195.52.48.35> has joined #libre-soc | 17:09 | |
*** ghostmansd[hexch <ghostmansd[hexch!~ghostmans@91.205.168.237> has joined #libre-soc | 17:53 | |
*** ghostmansd[hexch <ghostmansd[hexch!~ghostmans@91.205.168.237> has quit IRC | 18:16 | |
markos_ | sigh, never mind | 19:12 |
markos_ | was calling the wrong test, programmerjake I am running the test and see the problem | 19:18 |
markos_ | so, with w=16 we would be running into the same problem as with the arm butterfly instructions | 19:24 |
markos_ | so indeed we need to increase the size of the intermediate calcualtions | 19:24 |
markos_ | the problem I was running initially was with negative values | 19:24 |
markos_ | with positive values I was able to make it work | 19:25 |
markos_ | but with negative, and XLEN=64 the multiplication was not sign-extending to the larger product | 19:25 |
markos_ | I'll give it a shot again with this test case, if I cannot make it work in the next days, I'll ask for help :) | 19:27 |
*** tplaten <tplaten!~tplaten@195.52.48.35> has quit IRC | 19:36 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@91.205.168.237> has quit IRC | 22:24 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.55.19> has joined #libre-soc | 22:24 | |
sadoon[m]1 | markos_: did your tyan server come with no SAS cards? | 22:56 |
markos_ | yup | 22:58 |
markos_ | I have a couple here though so not a biggie | 22:59 |
markos_ | I did order a couple of cheap adaptec ones a while ago | 22:59 |
markos_ | ~90eur each | 22:59 |
markos_ | these ones: https://www.ebay.com/itm/325357713329 | 23:00 |
markos_ | still haven't installed them though | 23:00 |
markos_ | need to find some free time to open up the case and find silent fan replacements | 23:01 |
markos_ | it's impossible to stay in the same room with the server | 23:01 |
markos_ | on that is | 23:01 |
sadoon[m]1 | Well I can use the rear two SATA ports for now until I either get a mini-SAS to SAS or buy a SAS card | 23:21 |
sadoon[m]1 | Much bigger problem though: it boots but doesn't show anything on the VGA output | 23:21 |
sadoon[m]1 | No fault light either | 23:23 |
sadoon[m]1 | Ah that explains it, 1866MHz memory.. Ugh | 23:30 |
sadoon[m]1 | The manual says to use 1333MHz | 23:30 |
sadoon[m]1 | But then it should give a fault light I assume.. | 23:32 |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.55.19> has quit IRC | 23:46 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.184> has joined #libre-soc | 23:47 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!