Skip to content

Commit

Permalink
Add slides for 2024-5-10 meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
darius-bluespec committed May 10, 2024
1 parent ad2f6ed commit 28be3d2
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions meetings/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pdf
45 changes: 45 additions & 0 deletions meetings/2024-05-10-slides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "Composable Extensions TG Meeting"
author: Darius Rad `<[email protected]>`$\newline$Jan Gray `<[email protected]>`
date: 10 May 2024
output: beamer_presentation
theme: "Warsaw"
---

## Agenda

- Disclaimers
- Participant Introductions
- Draft Charter Status
- Call for Chairs Status
- Future Meeting Time
- Open Discussion

## Disclaimers

<https://wiki.riscv.org/display/HOME/Meeting+Disclosures>

## Participant Introductions

## Draft Charter Status

- Discussion ongoing on list
- Hope to conclude discussion prior to next meeting

## Call for Chairs Status

- In progress
- Call for candidates will be sent out shortly
- Open for two weeks
- Followed by nominee selection by Governing Committee

## Future Meeting Time

- Next meeting 2024-5-24, 8 AM Pacific Time
- Two weeks from today
- Poll for future meetings to be sent to list
- RVI policy limits our time slot
- Monday 7 AM - 9 AM Pacific Time
- Thursday 9 AM - 11 AM Pacific Time

## Open Discussion
5 changes: 5 additions & 0 deletions meetings/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

default:

%-slides.pdf: %-slides.md
pandoc -t beamer -o $@ $^

0 comments on commit 28be3d2

Please sign in to comment.