sync_up: Add meeting page for next week
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Fri, 15 Dec 2023 22:06:02 +0000 (22:06 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Fri, 15 Dec 2023 22:06:02 +0000 (22:06 +0000)
meetings/sync_up/sync_up_2023-12-19.mdwn [new file with mode: 0644]

diff --git a/meetings/sync_up/sync_up_2023-12-19.mdwn b/meetings/sync_up/sync_up_2023-12-19.mdwn
new file mode 100644 (file)
index 0000000..3222914
--- /dev/null
@@ -0,0 +1,113 @@
+# Tuesday 19th December 17:00 UTC
+
+* Previous week's notes: [[meetings/sync_up/sync_up_2023-12-12]]
+* Next day's notes: [[meetings/sync_up/sync_up_2023-12-20]]
+* Next week's notes: [[meetings/sync_up/sync_up_2023-12-26]]
+
+**TODO EDIT, this is a clone/copy of last weeks notes (easier, saves time)**
+
+# Main Agenda
+
+* reminder of **only 9 weeks** until march 1st deadline
+  for completion of cavatools and cryptoprimitives.
+
+Meeting notes:
+
+* Main task for this meeting:
+  - Go over **RfP submission process**. New guide added here:
+[[HDL_workflow/rfp_submission_guide]]
+
+* Outstanding Cavatools tasks:
+  - [bug #980](https://bugs.libre-soc.org/show_bug.cgi?id=980)
+  - [bug #1171](https://bugs.libre-soc.org/show_bug.cgi?id=1171)
+* Outstanding Cryptorouter tasks:
+  - Poly1305, [bug #1157](https://bugs.libre-soc.org/show_bug.cgi?id=1157)
+  [bug #1158](https://bugs.libre-soc.org/show_bug.cgi?id=1158),
+  [bug #1159](https://bugs.libre-soc.org/show_bug.cgi?id=1159)
+  - Ed25519,
+  [bug #1151](https://bugs.libre-soc.org/show_bug.cgi?id=1151),
+  [bug #1166](https://bugs.libre-soc.org/show_bug.cgi?id=1166),
+  [bug #1167](https://bugs.libre-soc.org/show_bug.cgi?id=1167)
+
+# Dmitry
+
+* [bug #980](https://bugs.libre-soc.org/show_bug.cgi?id=980),
+  Started working on this, came to the conclusion that the lexer and
+  the parser should deal with some language-agnostic AST nodes
+* Implemented some basic nodes and tested whether the overall idea
+  is acceptable
+* We can already convert these node objects back to pseudocode
+* Moving on with investigating lexer and parser examples for ply
+
+# Luke
+
+* [bug #676](https://bugs.libre-soc.org/show_bug.cgi?id=676)
+   can continue with [[sv/cookbook/maxloc/]] after adding
+   "mapreduce-like" mode across the entirety of dd-ffirst
+  [bug #1183](https://bugs.libre-soc.org/show_bug.cgi?id=1183).
+  this is incredibly useful for many reasons
+
+# Shriya
+
+* Work together with Luke on maxloc dd-ffirst unit tests
+  [bug #1183](https://bugs.libre-soc.org/show_bug.cgi?id=1183).
+
+# Jacob
+
+i finished working on elf support ([bug #1169](https://bugs.libre-soc.org/show_bug.cgi?id=1169)), didn't actually get statically-linked-to-glibc to work (moved to [bug #1228](https://bugs.libre-soc.org/show_bug.cgi?id=1228)), didn't get around to dynamically-linked ELFs ([bug #1228](https://bugs.libre-soc.org/show_bug.cgi?id=1228)).
+i did implement auxvec and env vars and arguments ([bug #1228](https://bugs.libre-soc.org/show_bug.cgi?id=1228)).
+i got not-linked-to-glibc to work ([bug #1169](https://bugs.libre-soc.org/show_bug.cgi?id=1169)).
+[bug #1169](https://bugs.libre-soc.org/show_bug.cgi?id=1169) has been closed.
+[bug #1228](https://bugs.libre-soc.org/show_bug.cgi?id=1228) stays open so we can finish it in a future grant.
+
+# Andrey
+
+FOSDEM:
+
+- LibreSOC devroom schedule has been setup, Saturday can be viewed here:
+<https://fosdem.org/2024/schedule/day/saturday/>.
+- One more late proposal, "Verilog-AMS in Gnucap" (30 min).
+[Link to proposal](https://pretalx.fosdem.org/orga/event/fosdem-2024/submissions/HWCGWW/).
+Although we have 20min spare in the schedule (not including the 5 min breaks),
+it is unlikely we'll accept it.
+- The big integer talk now in reserve.
+
+Other:
+
+- New bug for further documentation:
+[bug #1233](https://bugs.libre-soc.org/show_bug.cgi?id=1233)
+  - Document RfP submission process, currently under this bug.
+  Link to new documentation page [[HDL_workflow/rfp_submission_guide/]]
+
+# --- TODO below here ---
+
+# Sadoon
+
+- Work together with Shriya (with Luke's asssitance) on Poly1305/ED25519.
+- **Requests to arrange a meeting with Luke and Shriya to help him out with
+Poly1305 work.**
+- Probably won't have enough time to do ed25519 before FOSDEM.
+
+# Dmitry
+
+* Update [bug #1126](https://bugs.libre-soc.org/show_bug.cgi?id=1126)
+to include git commit descriptions.
+* Check whether RISC-V have their own way of describing the instructions
+  (likely they do).
+* Familiarise yourself with
+[svanalysis.py](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/sv/sv_analysis.py;h=21778ad02d78c4f7ef5b6df93e096f4abbe365ad;hb=HEAD),
+as we will need a similar tool for RISC-V.
+* Check what RISC-V support in binutils looks like. *Needed for confirming
+the details of the RISC-V binutils grant*.
+
+# David
+
+-
+
+# Tobias
+
+* created fosdem talk bug, [bug #1213](https://bugs.libre-soc.org/show_bug.cgi?id=1213)
+
+[[!tag meeting2023]]
+[[!tag meeting_sync_up]]
+