the ls003 RFC has been acknowledged as received, and a presentation "why are these instructions needed" has been requested.
there are a couple of mistakes in the analysis page that need correcting, however an accompanying latex presentation is really needed.
jacob can you take care of turning this into latex (and a pdf), adding it to the Makefile also as an "upload" target to ftp.libre-soc.org (which i will test, although i think you have sftp access)
(In reply to Luke Kenneth Casson Leighton from comment #2) > jacob can you take care of turning this into latex (and a pdf), > adding it to the Makefile also as an "upload" target to ftp.libre-soc.org > (which i will test, although i think you have sftp access) to clarify, you want me to add Makefile stuff to turn libreriscv.git/openpower/sv/biginteger/analysis.mdwn into a pdf and upload the pdf to ftp?
(In reply to Jacob Lifshay from comment #3) > to clarify, you want me to add Makefile stuff to turn > libreriscv.git/openpower/sv/biginteger/analysis.mdwn into a pdf and upload > the pdf to ftp? basically yes. budget-wise the *other* task is included.
(In reply to Luke Kenneth Casson Leighton from comment #4) > (In reply to Jacob Lifshay from comment #3) > > > to clarify, you want me to add Makefile stuff to turn > > libreriscv.git/openpower/sv/biginteger/analysis.mdwn into a pdf and upload > > the pdf to ftp? > > basically yes. Ok, done. make -C openpower/sv/biginteger upload https://ftp.libre-soc.org/biginteger/analysis.pdf https://ftp.libre-soc.org/biginteger/discussion.pdf I used sftp instead of rsync and ssh because that allows me to test it, since you haven't removed the forced command for jacob@libre-soc.org though I asked you to do that quite a while ago. I did try scp since that's built for things like this, but you've disabled scp support and my version of scp isn't new enough to have switched to the sftp protocol. for the analysis page, the section on shifts needs correcting to account for ds[lr]d, also the conclusion section needs to be deleted or written.
modifications to the analysis.mdwn to add dsrd https://git.libre-soc.org/?p=libreriscv.git;a=commitdiff;h=456ee3f8
building "ls003.pdf" is performed with "make ls003.pdf". the latex is generated by pandoc as an intermediary step. the actual source is the *MARKDOWN* files. https://git.libre-soc.org/?p=libreriscv.git;a=blob;f=openpower/sv/biginteger/Makefile;hb=HEAD