Skip to content

Commit 745b67a

Browse files
authored
Downunderflow 2026 schedule (#280)
* Update event schedule * Add schedule to page * Minor grammar tweak
1 parent 7641d7d commit 745b67a

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

content/downunderflow/2026/0.index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ Questions? Ping the organizers via email at [downunderflow@fossi-foundation.org]
108108

109109
### Saturday, Feb 28: Conference and social event
110110

111-
Schedule to be posted closer to the event.
112-
113-
Find [a list of accepted talks below](#talks).
111+
::ff-event-talks-overview{csvfile="/downunderflow/2026/talks" view="schedule" scheduleday="Sat"}
112+
::
114113

115114
### Sunday, March 1: Tiny Tapeout Workshop
116115

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
Day,Time,Type,Title,Presenter,Abstract,Youtube,Slides
2-
Sat,9:00,Break,"Doors open, mingle with a coffee",,,,
3-
Sat,10:00,Normal,Opening,FOSSi Foundation team,Welcome to Down Underflow! Conference opening presentation.,,
4-
Sat,10:45,Normal,wafer.space: 1000 parts for $7k,Tim Ansell,An update on [wafer.space](https://wafer.space/).,,,
5-
Sat,11:15,Normal,OpenROAD in the Classroom: RTL to GDS flow,Samuel Tensingh,"This talk shares lessons from one of the early structured uses of the [OpenROAD RTL-to-GDS flow](https://github.com/the-openroad-project) in an Australian ASIC training course delivered through the [Semiconductor Sector Service Bureau (S3B)](https://s3b.au/). The course used a fully open-source flow built around [Yosys](https://github.com/YosysHQ/yosys) for synthesis, [OpenSTA](https://github.com/The-OpenROAD-Project/OpenSTA) for timing analysis, OpenDP for placement, TritonCTS for clock tree synthesis, and TritonRoute for routing. The presentation focuses on practical flow behaviour, setup and integration challenges, and recurring issues observed in real student designs. It concludes with concrete suggestions on how the community can make OpenROAD easier to use, more reliable, and better suited for teaching and large-scale training.",,,
6-
Sat,12:00,Break,"Lunch",,,,
7-
Sat,13:00,Normal,Lowering barriers to entry to the semiconductor space,Julius Baxter,An exploration of open source tooling IP and flows which greatly reduce the barrier to entry for semiconductor startups informed by Morse Micro's experience circa 2016 to today.,,
8-
Sat,13:30,Normal,"Slingshot and Slander: Tools for Analysing and Mutating SystemVerilog, Powered by Slang",Matt Young,"SystemVerilog is a challenging language to parse. Thanks to Mike Popoloski's [Slang SV frontend](https://github.com/MikePopoloski/slang), state-of-the-art FOSS parsing of complex SystemVerilog has been achievable. Using Slang, I present two tools: [Slingshot](https://github.com/mattyoung101/slingshot) and [Slander](https://github.com/mattyoung101/slander). [Slingshot](https://github.com/mattyoung101/slingshot) is a SystemVerilog Language Server Protocol (LSP) with a focus on accurate and fast completion, whereas [Slander](https://github.com/mattyoung101/slander) is a tool for minimising and mutating SV for the purposes of fuzzing.",,
9-
Sat,14:00,Normal,hdlworkflow: Seamless FPGA workflows,Scott Huynh,"All HDL simulators follow the same process (analyse, elaborate and simulate) though each uses its own variation of these commands. Similarly, all HDL synthesis tools follow the same flow (synthesise, place and route, and generate bitstream). [hdlworkflow](https://github.com/scottshuynh/hdlworkflow) abstracts away these tool-specific commands, making project setup and usage fast and effortless.",,
10-
Sat,14:30,Normal,Hardware Hackademia - Open-Source Hardware Security Education at UNSW,Hammond Pearce,"In 2025 I launched COMP6420 Hardware Security at UNSW. This new course explores the principles and practices of hardware security, covering topics such as side-channel attacks, hardware trojans, cryptographic implementations in hardware, and more. Everything is designed around practical hands-on experiences and labs, ensuring that students not only learn the theoretical aspects of hardware security but also how to apply these concepts in real-world scenarios. In this talk, I will discuss how I achieved this through the use of the open-source OSS-CAD-Suite as well as the development of a bespoke educational hardware platform, the Hackster, which I also release under CC BY-SA.",,
11-
Sat,15:00,Normal,Zamlet: A mesh network based vector processing unit,Ben Reynwar,"This presentation will cover [Zamlet](https://github.com/benreynwar/zamlet), a RISC-V vector processing unit that scales to large numbers of lanes using a mesh network for interlane communication rather than a crossbar. I'll present some modelling work and some initial area estimates.",,
12-
Sat,15:30,Normal,A Language Abstraction for Custom CMOS Circuit Optimization,Zachary Sisco,"Despite the growing importance of custom blocks and cells in modern chips, custom-circuit design still relies heavily on manual optimization. In this talk, we argue that a language-driven representation and toolchain for transistor-level netlists can serve as infrastructure to enable transistor-level design automation for optimizations that scale to larger designs. This talk will present one step in this direction: We introduce TransiLog, a DSL for CMOS transistor networks. TransiLog combines behavioral and topological semantics to represent transistor-level structures. Using state-of-the-art rewriting techniques, we show how to optimize transistor netlists for multiple PPA goals using the same representation. TransiLog also emits SPICE netlists compatible with existing transistor-level physical design backends and offers a foundation for future hybrid flows that combine custom-circuit and cell-level optimization.",,
13-
Sat,16:00,Normal,Sealing the hardware-software contract with LionsOS on Serengeti using time protection and device verification,"Lesley Rossouw, Liam Murphy, Julia Vassiliki","The hardware-software contract underpins all modern software development, and yet it has grown hazy in sophisticated modern SoC designs. Increasingly complex microarchitecture opens new vulnerabilities in hardware which may be exploited by software and device drivers often have no contract with the hardware beyond the lossy specifications of vendor datasheets. Using a trustworthy OS and open-source SoC platform in [LionsOS](https://github.com/au-ts/lionsos) and [Serengeti](https://github.com/au-ts/serengeti), we seek to develop a trustworthy hardware-software contract using several new methods. For this talk, we present two of these methods.
2+
Sat,9:00,Break,"Doors open, register and mingle with a coffee",,,,
3+
Sat,9:45,Normal,Opening,FOSSi Foundation team,Welcome to Down Underflow! Conference opening presentation.,,
4+
Sat,10:00,Normal,Lowering barriers of entry to the semiconductor space,Julius Baxter,An exploration of open source tooling IP and flows which greatly reduce the barrier to entry for semiconductor startups informed by Morse Micro's experience circa 2016 to today.,,
5+
Sat,10:25,Normal,wafer.space: 1000 parts for $7k,Tim Ansell,An update on [wafer.space](https://wafer.space/).,,,
6+
Sat,10:50,Normal,Racquet: A multicore RISC-V using SERV cores,Greg Davill,"Using open source tools, I designed a multicore RISC-V system-on-chip (SoC) in System Verilog, based on the low-area [SERV bit-serial RISC-V CPU](https://github.com/olofk/serv). It was taped out using GF180MCU open source PDK on the first [wafer.space](https://wafer.space) shuttle.",,
7+
Sat,11:15,Break,"Coffee break",,,,
8+
Sat,11:45,Normal,Sealing the hardware-software contract with LionsOS on Serengeti using time protection and device verification,"Lesley Rossouw, Liam Murphy, Julia Vassiliki","The hardware-software contract underpins all modern software development, and yet it has grown hazy in sophisticated modern SoC designs. Increasingly complex microarchitecture opens new vulnerabilities in hardware which may be exploited by software and device drivers often have no contract with the hardware beyond the lossy specifications of vendor datasheets. Using a trustworthy OS and open-source SoC platform in [LionsOS](https://github.com/au-ts/lionsos) and [Serengeti](https://github.com/au-ts/serengeti), we seek to develop a trustworthy hardware-software contract using several new methods. For this talk, we present two of these methods.
149
1510
First, we will discuss our 'time protection' project. Contemporary hardware is unable to systematically prevent the existence of timing channels and we seek to close them using a combination of hardware and software features. We argue that time protection is a fundamental OS mechanism, and discuss its implementation on [Serengeti/CVA6](https://github.com/au-ts/serengeti) as CPU architectures do not provide the necessary hardware primitives.
1611
1712
Secondly, we will present our device interface formalism project. Bugs in device drivers cause many vulnerabilities in operating systems, often resulting from violations of the device's protocol or faults in device designs. With a formal model of devices, formal methods can prove the absence of these bugs in drivers, but the accuracy of models derived from datasheets is limited. We solve this by verifying the model against the device's Verilog implementation, simultaneously establishing the absence of device faults.",,
18-
Sat,16:45,Normal,MockingBoard: A Remote ASIC Prototyping Farm,Daniel Ruelas-Petrisko,"ASIC prototyping flows struggle with complicated toolchain management, ad-hoc debug infrastructure and tight coupling to vendor IP. This talk will describe a flexible approach to engineering emulation clusters, scaling from budget FPGAs to large emulation platforms.",,
19-
Sat,17:15,Normal,Racquet: A multicore RISC-V using SERV cores,Greg Davill,"Using open source tools, I designed a multicore RISC-V system-on-chip (SoC) in System Verilog, based on the low-area [SERV bit-serial RISC-V CPU](https://github.com/olofk/serv). It was taped out using GF180MCU open source PDK on the first [wafer.space](https://wafer.space) shuttle.",,
13+
Sat,12:15,Normal,Hardware Hackademia - Open-Source Hardware Security Education at UNSW,Hammond Pearce,"In 2025 I launched COMP6420 Hardware Security at UNSW. This new course explores the principles and practices of hardware security, covering topics such as side-channel attacks, hardware trojans, cryptographic implementations in hardware, and more. Everything is designed around practical hands-on experiences and labs, ensuring that students not only learn the theoretical aspects of hardware security but also how to apply these concepts in real-world scenarios. In this talk, I will discuss how I achieved this through the use of the open-source OSS-CAD-Suite as well as the development of a bespoke educational hardware platform, the Hackster, which I also release under CC BY-SA.",,
14+
Sat,12:40,Break,"Lunch",,,,
15+
Sat,13:40,Normal,OpenROAD in the Classroom: RTL to GDS flow,Samuel Tensingh,"This talk shares lessons from one of the early structured uses of the [OpenROAD RTL-to-GDS flow](https://github.com/the-openroad-project) in an Australian ASIC training course delivered through the [Semiconductor Sector Service Bureau (S3B)](https://s3b.au/). The course used a fully open-source flow built around [Yosys](https://github.com/YosysHQ/yosys) for synthesis, [OpenSTA](https://github.com/The-OpenROAD-Project/OpenSTA) for timing analysis, OpenDP for placement, TritonCTS for clock tree synthesis, and TritonRoute for routing. The presentation focuses on practical flow behaviour, setup and integration challenges, and recurring issues observed in real student designs. It concludes with concrete suggestions on how the community can make OpenROAD easier to use, more reliable, and better suited for teaching and large-scale training.",,,
16+
Sat,14:05,Normal,Zamlet: A mesh network based vector processing unit,Ben Reynwar,"This presentation will cover [Zamlet](https://github.com/benreynwar/zamlet), a RISC-V vector processing unit that scales to large numbers of lanes using a mesh network for interlane communication rather than a crossbar. I'll present some modelling work and some initial area estimates.",,
17+
Sat,14:30,Normal,"Slingshot and Slander: Tools for Analysing and Mutating SystemVerilog, Powered by Slang",Matt Young,"SystemVerilog is a challenging language to parse. Thanks to Mike Popoloski's [Slang SV frontend](https://github.com/MikePopoloski/slang), state-of-the-art FOSS parsing of complex SystemVerilog has been achievable. Using Slang, I present two tools: [Slingshot](https://github.com/mattyoung101/slingshot) and [Slander](https://github.com/mattyoung101/slander). [Slingshot](https://github.com/mattyoung101/slingshot) is a SystemVerilog Language Server Protocol (LSP) with a focus on accurate and fast completion, whereas [Slander](https://github.com/mattyoung101/slander) is a tool for minimising and mutating SV for the purposes of fuzzing.",,
18+
Sat,14:55,Normal,A Language Abstraction for Custom CMOS Circuit Optimization,Zachary Sisco,"Despite the growing importance of custom blocks and cells in modern chips, custom-circuit design still relies heavily on manual optimization. In this talk, we argue that a language-driven representation and toolchain for transistor-level netlists can serve as infrastructure to enable transistor-level design automation for optimizations that scale to larger designs. This talk will present one step in this direction: We introduce TransiLog, a DSL for CMOS transistor networks. TransiLog combines behavioral and topological semantics to represent transistor-level structures. Using state-of-the-art rewriting techniques, we show how to optimize transistor netlists for multiple PPA goals using the same representation. TransiLog also emits SPICE netlists compatible with existing transistor-level physical design backends and offers a foundation for future hybrid flows that combine custom-circuit and cell-level optimization.",,
19+
Sat,15:20,Break,"Coffee break",,,,
20+
Sat,15:50,Normal,hdlworkflow: Seamless FPGA workflows,Scott Huynh,"All HDL simulators follow the same process (analyse, elaborate and simulate) though each uses its own variation of these commands. Similarly, all HDL synthesis tools follow the same flow (synthesise, place and route, and generate bitstream). [hdlworkflow](https://github.com/scottshuynh/hdlworkflow) abstracts away these tool-specific commands, making project setup and usage fast and effortless.",,
21+
Sat,16:15,Normal,MockingBoard: A Remote ASIC Prototyping Farm,Daniel Ruelas-Petrisko,"ASIC prototyping flows struggle with complicated toolchain management, ad-hoc debug infrastructure and tight coupling to vendor IP. This talk will describe a flexible approach to engineering emulation clusters, scaling from budget FPGAs to large emulation platforms.",,
22+
Sat,17:00,Normal,Closing,FOSSi Foundation team,,,
23+
Sat,17:15,Break,"Rooftop drinks",,,,
24+
Sat,18:30,Break,"Social event",,,,

0 commit comments

Comments
 (0)