*** psydroid <psydroid!~psydroid@user/psydroid> has quit IRC | 00:05 | |
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 03:01 | |
*** Gooberpatrol66 <Gooberpatrol66!~Gooberpat@user/gooberpatrol66> has quit IRC | 04:20 | |
*** Gooberpatrol66 <Gooberpatrol66!~Gooberpat@user/gooberpatrol66> has joined #libre-soc | 04:40 | |
*** awilfox <awilfox!~awilfox@kelsey.foxkit.us> has quit IRC | 05:20 | |
*** awilfox <awilfox!~awilfox@kelsey.foxkit.us> has joined #libre-soc | 05:20 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 07:16 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 07:18 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has joined #libre-soc | 07:55 | |
*** octavius <octavius!~octavius@92.40.168.0.threembb.co.uk> has joined #libre-soc | 09:19 | |
*** octavius <octavius!~octavius@92.40.168.0.threembb.co.uk> has quit IRC | 10:03 | |
*** openpowerbot <openpowerbot!~openpower@94-226-187-44.access.telenet.be> has quit IRC | 10:04 | |
*** openpowerbot <openpowerbot!~openpower@94-226-187-44.access.telenet.be> has joined #libre-soc | 10:19 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 12:17 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 12:18 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has quit IRC | 13:17 | |
*** mx08 <mx08!~mx08@user/mx08> has quit IRC | 14:24 | |
*** mx08 <mx08!~mx08@user/mx08> has joined #libre-soc | 14:24 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 15:23 | |
*** octavius <octavius!~octavius@92.40.168.0.threembb.co.uk> has joined #libre-soc | 15:29 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 15:36 | |
*** tplaten <tplaten!~tplaten@195.52.176.89> has joined #libre-soc | 16:06 | |
*** psydroid <psydroid!~psydroid@user/psydroid> has joined #libre-soc | 16:19 | |
openpowerbot | [irc] <sadoon[m]1> Ok fixed my email issues hopefully, resending one email that wasn't received earlier this week to test | 16:20 |
---|---|---|
markos_ | ghostmansd[m], which binutils branch should I use? | 16:20 |
octavius | lkcl, programmerjake, does 'pc' in the ExpectedState class (openpower/test/state.py) correspond to the Current Instruction Address (cia)? | 16:31 |
openpowerbot | [irc] <programmerjake> pc is the address that it would fetch the next instruction from had the simulator kept running instead of stopping | 16:38 |
openpowerbot | [irc] <programmerjake> a lot of ISAs call that the Program Counter, hence pc | 16:40 |
octavius | Ah yeah | 16:42 |
octavius | In section 1.3.4 Description of Instruction Operation: | 16:42 |
octavius | "Current Instruction Address, which is the | 16:42 |
octavius | 64-bit address of the instruction being | 16:42 |
octavius | described by a sequence of RTL. Used by | 16:42 |
octavius | relative branches to set the Next Instruc- | 16:42 |
octavius | tion Address (NIA), and by Branch instruc- | 16:42 |
octavius | tions with LK=1 to set the Link Register. | 16:42 |
octavius | Does not correspond to any architected | 16:42 |
octavius | register. The CIA is sometimes referred to | 16:42 |
octavius | as the Program Counter (PC)." | 16:42 |
*** ghostmansd <ghostmansd!~ghostmans@37.204.162.147> has joined #libre-soc | 16:42 | |
ghostmansd | markos_, svp64 branch | 16:43 |
ghostmansd | but, better, use dev-env-setup: https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=binutils-gdb-install;h=21fe7b5fcc14b354ec4c5c9d4749dd885985708c;hb=HEAD | 16:43 |
ghostmansd | if you used it, you should've already had everything: powerpc64le-linux-gnu-as should already operate with svp64 (don't forget -mlibresoc switch) | 16:45 |
markos_ | ok, yes, was just making sure because I saw other svp64* branches as well | 17:26 |
*** tplaten <tplaten!~tplaten@195.52.176.89> has quit IRC | 17:37 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@37.204.162.147> has quit IRC | 18:52 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.162.76> has joined #libre-soc | 18:53 | |
octavius | ghostmansd, "In hoc signo uincemus" - In this sign *we* shall conquer? | 18:58 |
octavius | Also congrats on fixing the code | 18:58 |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.162.76> has quit IRC | 19:13 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@37.204.162.147> has joined #libre-soc | 19:13 | |
markos_ | anyone remembers what's the cause/fix for this: | 19:30 |
markos_ | powerpc64le-linux-gnu-ld -EL -o bin/curve25519-donna-64bit_svp64.elf -T memmap src/curve25519-donna-64bit_svp64.o | 19:30 |
markos_ | powerpc64le-linux-gnu-ld: cannot open linker script file memmap: No such file or directory | 19:30 |
openpowerbot | [irc] <programmerjake> there isn't a `memmap` file in your current directory? you need to copy it to the right place or change the path to the linker script | 19:34 |
openpowerbot | [irc] <programmerjake> or maybe you're not running make in the right directory? | 19:35 |
markos_ | sigh... | 19:36 |
markos_ | please ignore that I asked that... | 19:36 |
*** ghostmansd[pc] <ghostmansd[pc]!~ghostmans@37.204.162.147> has joined #libre-soc | 19:53 | |
*** ghostmansd <ghostmansd!~ghostmans@37.204.162.147> has quit IRC | 19:57 | |
*** octavius <octavius!~octavius@92.40.168.0.threembb.co.uk> has quit IRC | 19:58 | |
markos_ | ok just finished implementing curve25519_copy (a trivial function that just copies two bignums) and it's happily running inside the simulator now, takes a while though to complete, but tests seem to pass (they fail immediately if values differ) | 20:15 |
markos_ | this was just to set the ground work for the rest of the functions involving bignums | 20:16 |
markos_ | I will commit stuff so far | 20:16 |
markos_ | and move to the next function | 20:16 |
markos_ | but even that is taking a long time to complete | 20:29 |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 20:31 | |
markos_ | I may need to reduce the number of iterations in the unit test (normally it takes <1sec) | 20:36 |
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 21:45 | |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 21:45 | |
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC | 22:27 | |
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc | 22:27 | |
*** octavius <octavius!~octavius@92.40.168.0.threembb.co.uk> has joined #libre-soc | 22:28 | |
*** octavius <octavius!~octavius@92.40.168.0.threembb.co.uk> has quit IRC | 23:54 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!