| Summary: | presentation and explanation of ls003 | ||
|---|---|---|---|
| Product: | Libre-SOC's first SoC | Reporter: | Luke Kenneth Casson Leighton <lkcl> |
| Component: | Specification | Assignee: | Luke Kenneth Casson Leighton <lkcl> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | 2022-08E, djac, james.lewis, libre-soc-isa, programmerjake, toshaan |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| URL: | https://libre-soc.org/openpower/sv/biginteger/analysis/ | ||
| See Also: |
https://bugs.libre-soc.org/show_bug.cgi?id=817 https://bugs.libre-soc.org/show_bug.cgi?id=960 https://bugs.libre-soc.org/show_bug.cgi?id=1090 https://bugs.libre-soc.org/show_bug.cgi?id=1125 |
||
| NLnet milestone: | NLnet.2022-08-051.OPF | total budget (EUR) for completion of task and all subtasks: | 2500 |
| budget (EUR) for this task, excluding subtasks' budget: | 2500 | parent task for budget allocation: | 1019 |
| child tasks for budget allocation: | The table of payments (in EUR) for this task; TOML format: |
red = { amount = 1500, submitted = 2023-10-18, paid = 2022-11-29 }
[jacob]
amount = 1000
submitted = 2024-02-09
paid = 2024-02-29
|
|
| Bug Depends on: | |||
| Bug Blocks: | 1090 | ||
|
Description
Luke Kenneth Casson Leighton
2023-03-16 09:07:06 GMT
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 |