SlideShare a Scribd company logo
1 of 32
Innovation by Collaboration:
CHIPS Alliance
Rob Mains, General Manager, CHIPS Alliance
rmains@linuxfoundation.org,
The Linux Foundation: More than Linux
› 1500+ Members
From 40+ Countries
› 100% of Fortune 100
Tech & Telecom
› 30000+ Developers
Contributing Code
› 200+ Open Source
Projects
› $16B+ Shared Value
Security
Networking
Cloud
Automotive
Blockchain
Edge/IoT
Web
AI
Motion Pictures
Linux has Spawned a Collaborative, Open Source
Movement
11.7M
Lines of Code
Added Weekly
9.4M
Lines of Code
Removed Weekly
208,660
Contributing
Developers
12,435
Contributing
Companies
16,618
Repositories
9.1M
Commits
960,610
Pull Requests
1.3M
Builds Monitored
859,150
Logged Issues
5.2B
Container
Downloads
1.6M
Group Chat
Messages
3.6M
Group Email
Messages
4,532
Scanned
Repositories
282,342
Open
Vulnerabilities
62,379
Recommended
Fixes
36,163
Vulnerabilities
Fixed
31,496
CLA
Contributors
26,998
Community
Meetings
We are behind some of the most critical projects in the world
Security
Networking
Cloud
Automotive
Blockchain
Edge/IoT
Web
AI/ML/Data
Film
CI/CD
Energy
Hardware
Standards
What is CHIPS Alliance?
Its part of the Linux Foundation
An Organization which develops and hosts:
● Open source hardware specification, implementation, verification
○ Interconnect IP (physical and logical protocols)
○ CPUs
○ I/O (memory, SERDES, network…)
○ ML Accelerators
● Open source ASIC & FPGA development tools
○ Design, verification, simulation
○ Composition, electrical verification
● A barrier free environment for collaboration
○ Standards organization for collaboration and development
○ Legal Framework: Apache v2 license
○ IP contribution encouraged but not required for membership/participation
● Shared resources ($ and time) which lower cost of hardware development
Based on an Apache 2.0 license and other other open source licenses
CHIPS Alliance: A Neutral Territory
A place for interested parties to come together and work on hard problems of mutual interest
Auditor Members
Gold Members
Members
Industrial Evolution: Siloed to Collaboration
8
Soup to Nuts Silo: In House Supply Chain Management:
Overseer
Open Collaboration
Accelerating with More than Moore…
9
Traditional Scaling
Packaging
MCM
Chiplets
Software: Compilers and Libraries
Domain Specific Architectures
(DSA) : DAX, GPU, AI, FPGA
Chip Design Hierarchy: Architecturally the same, Collaboratively
Different
10
Yesterday
All In house Developed
Today
Purchased IP + In House
Tomorrow
Open Source, Purchased, In House
Similar to software components: Developed internally or from an external library
In other words: Lego Blocks Enabling Design Interchange
Soft IP Hard IP Chiplets
Pick your card to build a
winning hand!
But…Inter and Intra Continental Bastions?
12
Siloes and Fortresses
on each continent
China
U.S. Regional Business / Technology
Development Engines
13
Will this work? Does it build trust?
Collaboration is hard.
Why are barriers being raised?
● Security
– International
– Domestic
– Economic
– Intellectual
– Cyber
– Prestige
– Attracting the best minds
– But
– We still don’t collectively have enough engineering talent to address all the technical challenges
▸ Estimated +30K engineers to staff U.S. planned fab buildout: Georgetown Univ.
▸ Engineering isn’t for everybody. Not seen as fun or ‘cool’. It’s hard too.
▸ Can we reach the ‘Final Frontier’… to boldly go where no engineer has gone before?
14
Education & Collaboration are the key to prosperity and understanding
▸ Global shortage of semiconductor engineering talent. Many areas:
– Semiconductor / process technology / silicon modeling
– Chip architecture
– Design
– Verification and physical implementation
– EDA
– Bring-up
▸ Are we suffering from the “Internal Brain Drain”
▸ NYT March 9 2024
▸ Students choosing other careers than engineering
▸ What’s needed?
▸ Education / Knowledge: U.S. NSF Chip hub call for proposals
▸ Open Source
▸ Trust
▸ Linux Foundation / CHIPS Alliance can be the backbone to serve many of these needs through its
education initiatives. We are a neutral platform.
15
Workgroups
Tools
Cores
PDK
Interconnect
AI/ML Caliptra
F4PGA
Analog
Spice Models
Cell Electric Library Models
Routing Rules
Extraction
LVS/DRC
• Seeded by Google
• A continuation of their successful open source
PDK initiative
• Comprised of founding members:
○ -Antmicro
○ -Efabless
○ -Global Foundries
○ -Precision Innovation
○ -Skywater
• Goals
○ Align PDK versions to ensure quality
○ Adapt best practices from software community
■ -CI/CD
■ -Regressions / QOR tests
○ Spread adaption of open source technology for
■ -collaboration
■ -education
■ -research
○ Develop commercial & open source design
methodlogy & tools
Announcing the CHIPS PDK Workgroup
AI/ML in Chip Design, EDA, Chip Technology
Open Flywheels Encased Flywheels
Ingredients
PDK’sArchitecture EDA
Collaboration is Easy Collaboration is Hard
Caliptra: Silicon Root of Trust IP Block
Caliptra 1.0 Now Available
• Open source implementation,
Apache 2.0 licensed
• Reusable
• Collaboratively developed
• Targeted for Datacenters
• Measure, verify, and attest
AIB Protocols Project
SPI Verilog RTL: General purpose simple die-to-die protocol
● Ideal for device configuration, low-bandwidth control
● Taped out in silicon 12/2022
AXI4 Die-to-Die Verilog RTL: High performance data
read/writes and streaming
● New: Supports general purpose IOs as an alternative
to the Advanced Interface Bus (AIB)
● New: Latency Reference Guide for optimal buffer
sizing. Create your receive FIFO large enough to avoid
pipeline bubbles, small as possible to minimize die
area.
● Taped out in silicon 2/2023
Apache 2.0 licensing avoids weeks/months of license
negotiations
AXI4 over General Purpose I/Os Example SPI Application
21
Red: on Github, Gray: Ideas
OmniXtend: Massive Scale Coherence Over Ethernet
● Open-Source Implementations Available
on GitHub
● Memory Endpoint
○ OmniXtend → AXI Memory Controller
(e.g., DDR 4, HBM)
○ Includes User Space Requester and
Simulation Libraries
● CVA6 to OmniXtend
○ Transparent Bridge Attaching
RISC-V to Coherent Remote Memory
● Protocol Extensions
○ Dynamic Connections
○ Out-of-band messages
● Ready to use/experiment
22
RISC-V Implementation: VeeR Core and Verification Bench
23
Making Hardware More Like Software
Many Choices
● Python, System Verilog, SystemC,
CHISEL
● Greatly expedites designer productivity
● Allows libraries of functionality
● Object oriented thinking
● Encourages participation by a broader
community
● High Level Synthesis to generate RTL
● Implementation tools to realize and
provide ‘guardrails’
Intel Compiler for SystemC
24
Intel Compiler for SystemC (ICSC)
● Translate SystemC to synthesizable SystemVerilog,
focused on design and verification efficiency
● SystemC synthesizable standard, C++11/14/17
● Dynamic elaboration, arbitrary C++ at elaboration phase
● Standard, fast and simple code translation procedure
● Human-readable generated SystemVerilog code
SingleSource Communication Channels
● Cycle-accurate mode: clocked design, no extra cost in area,
performance, and power
● Fast simulation mode: no clock, request-driven simulation,
no extra process activation, fast simulation Can be used in
● Functional interface like TLM 1.0
SystemC temporal assertions synthesizable to SVA
● Immediate and temporal assertions
● Can be used in module scope and process scope
F4PGA: Open Source Toolchain, Interchange Format and
More
• Established by CHIPS Alliance based on previous
work known as SymbiFlow
• F4PGA = FOSS Flow For FPGA
• Goal: drive open source tooling, IP and
research efforts for FPGAs
• Groups academia members, industry and
FPGA vendors
• Focus on:
▫ Open source toolchain for FPGAs (previously known
as SymbiFlow)
▫ FPGA Interchange Format
▫ FPGA Perf Tool
▫ Many more…
THE F4PGA WORKGROUP
Automating Analog & Digital Implementation with Open Source EDA
Overview of OpenFASOC: Fully Autonomous SoC Synthesis
● DARPA IDEA Program, now funded by Google, NIST and others
● Multiple tape-outs in TSMC 65, GF12LP, SKY130, GF180MCU, Intel 16
27
CHIPS Alliance
Workshop 2021-11
OpenPOWER AI Workshop
IBM - 2022-11
CHIPS Alliance Technology
Update 2022-12
RISCV Alliance Japan
2022-12
openfasoc.readthedocs.io
MPW1 MPW2 MPW4 MPW5 MPW6 MPW8
MPW7
Intel 16-nm
GF 12-nm
SKY130
GF 180
MPW0
+
more!
<3 years, <10 people!
Building Confidence in Open Design
Start of
Skywater’s
Open
MPW Program
Jun Aug Oct Dec Feb Apr Jun Aug Oct Dec
End of 2020
Feb
MPW1 MPW2 MPW3 MPW4 MPW5 MPW6 MPW8
Project w. Fitbit
MPW7
28
Intel 16-
nm
GF 12-nm
SKY130
Dec ….
DARPA
IDEA
Program
Apr Jun
Nanofab.
Accelerator
program w. NIST
1st TO 2nd TO 3rd TO 4th TO
Globalfoundries
Open MPW
Program
GF 180
Intel’s University Shuttle
GF 180
Intel 16-
nm
May
28th
Feb
24th
NIST’s
Nanofabrication
Tapeout
MPW0
2022 2024
2021
CHIPS Alliance: Open Design Enablement with Catalog of Trusted Ingredients
29
Implementation Framework
Verification Testbench
Functional Simulation, Formal, Emulation
Design Data Representation
Analog Tools Digital Tools
Physical
Macro
Cell
Library
Logical
Macro
Arch RTL UVM Props
Open Source Verified and Trusted IP Component Library
Verification and Implementation Platforms
Process Design Kit (PDK)
Join CHIPS Alliance
• Share resources to lower the cost of hardware development: digital and
analog IP
• Collaborate in developing of open source design tools software, share good
practices
• Receive high quality, open source CPU/SoC designs and complex IP blocks
• Grow your business in this forward thinking organization
• Read more about joining at https://chipsalliance.org/join
30
Linux Foundation Membership Tiers and Benefits
* Prerequisite for Joining CHIPS Alliance. Details available at https://www.linuxfoundation.org/join/#benefits
Linux Foundation Membership Tier Summary
● Platinum: $500K / year
○ Offers board seat, 6 LF member summit invite, LF legal summit invites, prominent company advertising
● Gold: $100K / year
○ 3 Board representatives with other gold members
○ 4 LF member summit invite, 50 user e-learning tickets, marketing, LF executive access
● Silver: Employee Number Based
○ 5000+ $20,000 / year
○ 500 – 4999 $15,000 / year
○ 100 – 499 $10,000 year
○ 1 – 99 $5000 / year
○ 1 Invitation to LF member summit. 10 e-learning tickets
○ Display of company affiliation on LF websites and events
● Associate (Non-profit): Free
○ 1 board member in conjunction with other non-profits nominees
○ Display of company affiliation on CA websites, printed material
31
CHIPS Alliance Membership Tiers and Benefits
CHIPS Alliance Membership Tier Summary
● Platinum: $30K / year
○ Offers board seat, TSC chair slots, event passes, prominent advertisement of company
● Gold: $12.5K / year
○ 2 Board representatives with other gold members
○ TSC chair slot eligible, event passes, prominent advertisement of company
● Silver: $5K / year
○ 1 board representative in conjunction with other silver members
○ Display of company affiliation on CA websites, printed material
● Auditor: $2.5K / year
○ No voting rights
○ Display of company affiliation on CA websites, printed material
● Associate (Non-profit): Free
○ 1 board member in conjunction with other non-profits nominees
○ Display of company affiliation on CA websites, printed material
32

More Related Content

Similar to CHIPS Alliance_Object Automation Inc_workshop

Intel IoT Edge Computing 在 AI 領域的應用與商機
Intel IoT Edge Computing 在 AI 領域的應用與商機Intel IoT Edge Computing 在 AI 領域的應用與商機
Intel IoT Edge Computing 在 AI 領域的應用與商機Amazon Web Services
 
Docker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker, Inc.
 
Docker adventures in Continuous Delivery - Alex Vranceanu
Docker adventures in Continuous Delivery - Alex VranceanuDocker adventures in Continuous Delivery - Alex Vranceanu
Docker adventures in Continuous Delivery - Alex VranceanuITCamp
 
All Things Open SDN, NFV and Open Daylight
All Things Open SDN, NFV and Open Daylight All Things Open SDN, NFV and Open Daylight
All Things Open SDN, NFV and Open Daylight Mark Hinkle
 
BKK16-500K2 CTO talk - The End to End Story
BKK16-500K2 CTO talk - The End to End StoryBKK16-500K2 CTO talk - The End to End Story
BKK16-500K2 CTO talk - The End to End StoryLinaro
 
Enabling application portability with the greatest of ease!
Enabling application portability with the greatest of ease!Enabling application portability with the greatest of ease!
Enabling application portability with the greatest of ease!Ken Owens
 
Micro Front-End & Microservices - Plansoft
Micro Front-End & Microservices - PlansoftMicro Front-End & Microservices - Plansoft
Micro Front-End & Microservices - PlansoftMiki Lombardi
 
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...Agustin Benito Bethencourt
 
SDN :: Software Defined Networking –2017 Executive Overview
SDN :: Software Defined Networking –2017 Executive OverviewSDN :: Software Defined Networking –2017 Executive Overview
SDN :: Software Defined Networking –2017 Executive OverviewChristian Esteve Rothenberg
 
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...MediaTek Labs
 
IoTWorld 2016 OSS Keynote Param Singh, Ian Skerrett
IoTWorld 2016 OSS Keynote Param Singh, Ian SkerrettIoTWorld 2016 OSS Keynote Param Singh, Ian Skerrett
IoTWorld 2016 OSS Keynote Param Singh, Ian SkerrettParam Singh
 
The Future of Operating Systems on RISC-V
The Future of Operating Systems on RISC-VThe Future of Operating Systems on RISC-V
The Future of Operating Systems on RISC-VC4Media
 
DockerDay2015: Keynote
DockerDay2015: KeynoteDockerDay2015: Keynote
DockerDay2015: KeynoteDocker-Hanoi
 
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIY
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIYWhy Pay for Open Source Linux? Avoid the Hidden Cost of DIY
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIYEnterprise Management Associates
 
Володимир Шиманський “Роль спільноти і OpenSource в IoT бізнесі” {R0boCamp}
Володимир Шиманський “Роль спільноти і OpenSource в IoT бізнесі” {R0boCamp} Володимир Шиманський “Роль спільноти і OpenSource в IoT бізнесі” {R0boCamp}
Володимир Шиманський “Роль спільноти і OpenSource в IoT бізнесі” {R0boCamp} Lviv Startup Club
 
DDDP 2019 - Brown to Green
DDDP 2019  - Brown to GreenDDDP 2019  - Brown to Green
DDDP 2019 - Brown to GreenJohn Archer
 
Connectivity is here (5 g, swarm,...). now, let's build interplanetary apps! (1)
Connectivity is here (5 g, swarm,...). now, let's build interplanetary apps! (1)Connectivity is here (5 g, swarm,...). now, let's build interplanetary apps! (1)
Connectivity is here (5 g, swarm,...). now, let's build interplanetary apps! (1)Samy Fodil
 
Utilisation de la plateforme virtuelle QEMU/SystemC pour l'IoT
Utilisation de la plateforme virtuelle QEMU/SystemC pour l'IoTUtilisation de la plateforme virtuelle QEMU/SystemC pour l'IoT
Utilisation de la plateforme virtuelle QEMU/SystemC pour l'IoTPôle Systematic Paris-Region
 

Similar to CHIPS Alliance_Object Automation Inc_workshop (20)

Intel IoT Edge Computing 在 AI 領域的應用與商機
Intel IoT Edge Computing 在 AI 領域的應用與商機Intel IoT Edge Computing 在 AI 領域的應用與商機
Intel IoT Edge Computing 在 AI 領域的應用與商機
 
Docker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to Docker
 
Docker adventures in Continuous Delivery - Alex Vranceanu
Docker adventures in Continuous Delivery - Alex VranceanuDocker adventures in Continuous Delivery - Alex Vranceanu
Docker adventures in Continuous Delivery - Alex Vranceanu
 
All Things Open SDN, NFV and Open Daylight
All Things Open SDN, NFV and Open Daylight All Things Open SDN, NFV and Open Daylight
All Things Open SDN, NFV and Open Daylight
 
BKK16-500K2 CTO talk - The End to End Story
BKK16-500K2 CTO talk - The End to End StoryBKK16-500K2 CTO talk - The End to End Story
BKK16-500K2 CTO talk - The End to End Story
 
Enabling application portability with the greatest of ease!
Enabling application portability with the greatest of ease!Enabling application portability with the greatest of ease!
Enabling application portability with the greatest of ease!
 
Micro Front-End & Microservices - Plansoft
Micro Front-End & Microservices - PlansoftMicro Front-End & Microservices - Plansoft
Micro Front-End & Microservices - Plansoft
 
Breaking RSA & the internet
Breaking RSA & the internetBreaking RSA & the internet
Breaking RSA & the internet
 
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
 
SDN :: Software Defined Networking –2017 Executive Overview
SDN :: Software Defined Networking –2017 Executive OverviewSDN :: Software Defined Networking –2017 Executive Overview
SDN :: Software Defined Networking –2017 Executive Overview
 
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
 
IoTWorld 2016 OSS Keynote Param Singh, Ian Skerrett
IoTWorld 2016 OSS Keynote Param Singh, Ian SkerrettIoTWorld 2016 OSS Keynote Param Singh, Ian Skerrett
IoTWorld 2016 OSS Keynote Param Singh, Ian Skerrett
 
The Future of Operating Systems on RISC-V
The Future of Operating Systems on RISC-VThe Future of Operating Systems on RISC-V
The Future of Operating Systems on RISC-V
 
Digital transformation and AI @Edge
Digital transformation and AI @EdgeDigital transformation and AI @Edge
Digital transformation and AI @Edge
 
DockerDay2015: Keynote
DockerDay2015: KeynoteDockerDay2015: Keynote
DockerDay2015: Keynote
 
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIY
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIYWhy Pay for Open Source Linux? Avoid the Hidden Cost of DIY
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIY
 
Володимир Шиманський “Роль спільноти і OpenSource в IoT бізнесі” {R0boCamp}
Володимир Шиманський “Роль спільноти і OpenSource в IoT бізнесі” {R0boCamp} Володимир Шиманський “Роль спільноти і OpenSource в IoT бізнесі” {R0boCamp}
Володимир Шиманський “Роль спільноти і OpenSource в IoT бізнесі” {R0boCamp}
 
DDDP 2019 - Brown to Green
DDDP 2019  - Brown to GreenDDDP 2019  - Brown to Green
DDDP 2019 - Brown to Green
 
Connectivity is here (5 g, swarm,...). now, let's build interplanetary apps! (1)
Connectivity is here (5 g, swarm,...). now, let's build interplanetary apps! (1)Connectivity is here (5 g, swarm,...). now, let's build interplanetary apps! (1)
Connectivity is here (5 g, swarm,...). now, let's build interplanetary apps! (1)
 
Utilisation de la plateforme virtuelle QEMU/SystemC pour l'IoT
Utilisation de la plateforme virtuelle QEMU/SystemC pour l'IoTUtilisation de la plateforme virtuelle QEMU/SystemC pour l'IoT
Utilisation de la plateforme virtuelle QEMU/SystemC pour l'IoT
 

More from Object Automation

RTL DESIGN IN ML WORLD_OBJECT AUTOMATION Inc
RTL DESIGN IN ML WORLD_OBJECT AUTOMATION IncRTL DESIGN IN ML WORLD_OBJECT AUTOMATION Inc
RTL DESIGN IN ML WORLD_OBJECT AUTOMATION IncObject Automation
 
RTL Design Methodologies_Object Automation Inc
RTL Design Methodologies_Object Automation IncRTL Design Methodologies_Object Automation Inc
RTL Design Methodologies_Object Automation IncObject Automation
 
High-Level Synthesis for the Design of AI Chips
High-Level Synthesis for the Design of AI ChipsHigh-Level Synthesis for the Design of AI Chips
High-Level Synthesis for the Design of AI ChipsObject Automation
 
AI-Inspired IOT Chiplets and 3D Heterogeneous Integration
AI-Inspired IOT Chiplets and 3D Heterogeneous IntegrationAI-Inspired IOT Chiplets and 3D Heterogeneous Integration
AI-Inspired IOT Chiplets and 3D Heterogeneous IntegrationObject Automation
 
GenAI and AI GCC State of AI_Object Automation Inc
GenAI and AI GCC State of AI_Object Automation IncGenAI and AI GCC State of AI_Object Automation Inc
GenAI and AI GCC State of AI_Object Automation IncObject Automation
 
CDAC presentation as part of Global AI Festival and Future
CDAC presentation as part of Global AI Festival and FutureCDAC presentation as part of Global AI Festival and Future
CDAC presentation as part of Global AI Festival and FutureObject Automation
 
Global AI Festivla and Future one day event
Global AI Festivla and Future one day eventGlobal AI Festivla and Future one day event
Global AI Festivla and Future one day eventObject Automation
 
Generative AI In Logistics_Object Automation
Generative AI In Logistics_Object AutomationGenerative AI In Logistics_Object Automation
Generative AI In Logistics_Object AutomationObject Automation
 
Gen AI_Object Automation_TechnologyWorkshop
Gen AI_Object Automation_TechnologyWorkshopGen AI_Object Automation_TechnologyWorkshop
Gen AI_Object Automation_TechnologyWorkshopObject Automation
 
Deploying Pretrained Model In Edge IoT Devices.pdf
Deploying Pretrained Model In Edge IoT Devices.pdfDeploying Pretrained Model In Edge IoT Devices.pdf
Deploying Pretrained Model In Edge IoT Devices.pdfObject Automation
 
AI-INSPIRED IOT CHIPLETS AND 3D HETEROGENEOUS INTEGRATION.pdf
AI-INSPIRED IOT CHIPLETS AND 3D HETEROGENEOUS INTEGRATION.pdfAI-INSPIRED IOT CHIPLETS AND 3D HETEROGENEOUS INTEGRATION.pdf
AI-INSPIRED IOT CHIPLETS AND 3D HETEROGENEOUS INTEGRATION.pdfObject Automation
 
5G Edge Computing_Object Automation workshop
5G Edge Computing_Object Automation workshop5G Edge Computing_Object Automation workshop
5G Edge Computing_Object Automation workshopObject Automation
 
Course_Object Automation.pdf
Course_Object Automation.pdfCourse_Object Automation.pdf
Course_Object Automation.pdfObject Automation
 
Enterprise AI by using IBM DB2
Enterprise AI by using IBM DB2Enterprise AI by using IBM DB2
Enterprise AI by using IBM DB2Object Automation
 

More from Object Automation (20)

RTL DESIGN IN ML WORLD_OBJECT AUTOMATION Inc
RTL DESIGN IN ML WORLD_OBJECT AUTOMATION IncRTL DESIGN IN ML WORLD_OBJECT AUTOMATION Inc
RTL DESIGN IN ML WORLD_OBJECT AUTOMATION Inc
 
RTL Design Methodologies_Object Automation Inc
RTL Design Methodologies_Object Automation IncRTL Design Methodologies_Object Automation Inc
RTL Design Methodologies_Object Automation Inc
 
High-Level Synthesis for the Design of AI Chips
High-Level Synthesis for the Design of AI ChipsHigh-Level Synthesis for the Design of AI Chips
High-Level Synthesis for the Design of AI Chips
 
AI-Inspired IOT Chiplets and 3D Heterogeneous Integration
AI-Inspired IOT Chiplets and 3D Heterogeneous IntegrationAI-Inspired IOT Chiplets and 3D Heterogeneous Integration
AI-Inspired IOT Chiplets and 3D Heterogeneous Integration
 
GenAI and AI GCC State of AI_Object Automation Inc
GenAI and AI GCC State of AI_Object Automation IncGenAI and AI GCC State of AI_Object Automation Inc
GenAI and AI GCC State of AI_Object Automation Inc
 
CDAC presentation as part of Global AI Festival and Future
CDAC presentation as part of Global AI Festival and FutureCDAC presentation as part of Global AI Festival and Future
CDAC presentation as part of Global AI Festival and Future
 
Global AI Festivla and Future one day event
Global AI Festivla and Future one day eventGlobal AI Festivla and Future one day event
Global AI Festivla and Future one day event
 
Generative AI In Logistics_Object Automation
Generative AI In Logistics_Object AutomationGenerative AI In Logistics_Object Automation
Generative AI In Logistics_Object Automation
 
Gen AI_Object Automation_TechnologyWorkshop
Gen AI_Object Automation_TechnologyWorkshopGen AI_Object Automation_TechnologyWorkshop
Gen AI_Object Automation_TechnologyWorkshop
 
Deploying Pretrained Model In Edge IoT Devices.pdf
Deploying Pretrained Model In Edge IoT Devices.pdfDeploying Pretrained Model In Edge IoT Devices.pdf
Deploying Pretrained Model In Edge IoT Devices.pdf
 
AI-INSPIRED IOT CHIPLETS AND 3D HETEROGENEOUS INTEGRATION.pdf
AI-INSPIRED IOT CHIPLETS AND 3D HETEROGENEOUS INTEGRATION.pdfAI-INSPIRED IOT CHIPLETS AND 3D HETEROGENEOUS INTEGRATION.pdf
AI-INSPIRED IOT CHIPLETS AND 3D HETEROGENEOUS INTEGRATION.pdf
 
5G Edge Computing_Object Automation workshop
5G Edge Computing_Object Automation workshop5G Edge Computing_Object Automation workshop
5G Edge Computing_Object Automation workshop
 
COE AI Lab Universities
COE AI Lab UniversitiesCOE AI Lab Universities
COE AI Lab Universities
 
Bootcamp_AIApps.pdf
Bootcamp_AIApps.pdfBootcamp_AIApps.pdf
Bootcamp_AIApps.pdf
 
Bootcamp_AIApps.pdf
Bootcamp_AIApps.pdfBootcamp_AIApps.pdf
Bootcamp_AIApps.pdf
 
Bootcamp_AIAppsUCSD.pptx
Bootcamp_AIAppsUCSD.pptxBootcamp_AIAppsUCSD.pptx
Bootcamp_AIAppsUCSD.pptx
 
Course_Object Automation.pdf
Course_Object Automation.pdfCourse_Object Automation.pdf
Course_Object Automation.pdf
 
Enterprise AI_New.pdf
Enterprise AI_New.pdfEnterprise AI_New.pdf
Enterprise AI_New.pdf
 
Super AI tools
Super AI toolsSuper AI tools
Super AI tools
 
Enterprise AI by using IBM DB2
Enterprise AI by using IBM DB2Enterprise AI by using IBM DB2
Enterprise AI by using IBM DB2
 

Recently uploaded

The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightSafe Software
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governanceWSO2
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....rightmanforbloodline
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingWSO2
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringWSO2
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaWSO2
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 

Recently uploaded (20)

The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 

CHIPS Alliance_Object Automation Inc_workshop

  • 1. Innovation by Collaboration: CHIPS Alliance Rob Mains, General Manager, CHIPS Alliance rmains@linuxfoundation.org,
  • 2. The Linux Foundation: More than Linux › 1500+ Members From 40+ Countries › 100% of Fortune 100 Tech & Telecom › 30000+ Developers Contributing Code › 200+ Open Source Projects › $16B+ Shared Value Security Networking Cloud Automotive Blockchain Edge/IoT Web AI Motion Pictures
  • 3. Linux has Spawned a Collaborative, Open Source Movement 11.7M Lines of Code Added Weekly 9.4M Lines of Code Removed Weekly 208,660 Contributing Developers 12,435 Contributing Companies 16,618 Repositories 9.1M Commits 960,610 Pull Requests 1.3M Builds Monitored 859,150 Logged Issues 5.2B Container Downloads 1.6M Group Chat Messages 3.6M Group Email Messages 4,532 Scanned Repositories 282,342 Open Vulnerabilities 62,379 Recommended Fixes 36,163 Vulnerabilities Fixed 31,496 CLA Contributors 26,998 Community Meetings
  • 4. We are behind some of the most critical projects in the world Security Networking Cloud Automotive Blockchain Edge/IoT Web AI/ML/Data Film CI/CD Energy Hardware Standards
  • 5. What is CHIPS Alliance? Its part of the Linux Foundation An Organization which develops and hosts: ● Open source hardware specification, implementation, verification ○ Interconnect IP (physical and logical protocols) ○ CPUs ○ I/O (memory, SERDES, network…) ○ ML Accelerators ● Open source ASIC & FPGA development tools ○ Design, verification, simulation ○ Composition, electrical verification ● A barrier free environment for collaboration ○ Standards organization for collaboration and development ○ Legal Framework: Apache v2 license ○ IP contribution encouraged but not required for membership/participation ● Shared resources ($ and time) which lower cost of hardware development Based on an Apache 2.0 license and other other open source licenses
  • 6. CHIPS Alliance: A Neutral Territory A place for interested parties to come together and work on hard problems of mutual interest
  • 8. Industrial Evolution: Siloed to Collaboration 8 Soup to Nuts Silo: In House Supply Chain Management: Overseer Open Collaboration
  • 9. Accelerating with More than Moore… 9 Traditional Scaling Packaging MCM Chiplets Software: Compilers and Libraries Domain Specific Architectures (DSA) : DAX, GPU, AI, FPGA
  • 10. Chip Design Hierarchy: Architecturally the same, Collaboratively Different 10 Yesterday All In house Developed Today Purchased IP + In House Tomorrow Open Source, Purchased, In House Similar to software components: Developed internally or from an external library
  • 11. In other words: Lego Blocks Enabling Design Interchange Soft IP Hard IP Chiplets Pick your card to build a winning hand!
  • 12. But…Inter and Intra Continental Bastions? 12 Siloes and Fortresses on each continent China
  • 13. U.S. Regional Business / Technology Development Engines 13 Will this work? Does it build trust? Collaboration is hard.
  • 14. Why are barriers being raised? ● Security – International – Domestic – Economic – Intellectual – Cyber – Prestige – Attracting the best minds – But – We still don’t collectively have enough engineering talent to address all the technical challenges ▸ Estimated +30K engineers to staff U.S. planned fab buildout: Georgetown Univ. ▸ Engineering isn’t for everybody. Not seen as fun or ‘cool’. It’s hard too. ▸ Can we reach the ‘Final Frontier’… to boldly go where no engineer has gone before? 14
  • 15. Education & Collaboration are the key to prosperity and understanding ▸ Global shortage of semiconductor engineering talent. Many areas: – Semiconductor / process technology / silicon modeling – Chip architecture – Design – Verification and physical implementation – EDA – Bring-up ▸ Are we suffering from the “Internal Brain Drain” ▸ NYT March 9 2024 ▸ Students choosing other careers than engineering ▸ What’s needed? ▸ Education / Knowledge: U.S. NSF Chip hub call for proposals ▸ Open Source ▸ Trust ▸ Linux Foundation / CHIPS Alliance can be the backbone to serve many of these needs through its education initiatives. We are a neutral platform. 15
  • 17. Spice Models Cell Electric Library Models Routing Rules Extraction LVS/DRC • Seeded by Google • A continuation of their successful open source PDK initiative • Comprised of founding members: ○ -Antmicro ○ -Efabless ○ -Global Foundries ○ -Precision Innovation ○ -Skywater • Goals ○ Align PDK versions to ensure quality ○ Adapt best practices from software community ■ -CI/CD ■ -Regressions / QOR tests ○ Spread adaption of open source technology for ■ -collaboration ■ -education ■ -research ○ Develop commercial & open source design methodlogy & tools Announcing the CHIPS PDK Workgroup
  • 18. AI/ML in Chip Design, EDA, Chip Technology Open Flywheels Encased Flywheels Ingredients PDK’sArchitecture EDA Collaboration is Easy Collaboration is Hard
  • 19. Caliptra: Silicon Root of Trust IP Block Caliptra 1.0 Now Available • Open source implementation, Apache 2.0 licensed • Reusable • Collaboratively developed • Targeted for Datacenters • Measure, verify, and attest
  • 20. AIB Protocols Project SPI Verilog RTL: General purpose simple die-to-die protocol ● Ideal for device configuration, low-bandwidth control ● Taped out in silicon 12/2022 AXI4 Die-to-Die Verilog RTL: High performance data read/writes and streaming ● New: Supports general purpose IOs as an alternative to the Advanced Interface Bus (AIB) ● New: Latency Reference Guide for optimal buffer sizing. Create your receive FIFO large enough to avoid pipeline bubbles, small as possible to minimize die area. ● Taped out in silicon 2/2023 Apache 2.0 licensing avoids weeks/months of license negotiations AXI4 over General Purpose I/Os Example SPI Application
  • 21. 21 Red: on Github, Gray: Ideas OmniXtend: Massive Scale Coherence Over Ethernet ● Open-Source Implementations Available on GitHub ● Memory Endpoint ○ OmniXtend → AXI Memory Controller (e.g., DDR 4, HBM) ○ Includes User Space Requester and Simulation Libraries ● CVA6 to OmniXtend ○ Transparent Bridge Attaching RISC-V to Coherent Remote Memory ● Protocol Extensions ○ Dynamic Connections ○ Out-of-band messages ● Ready to use/experiment
  • 22. 22 RISC-V Implementation: VeeR Core and Verification Bench
  • 23. 23 Making Hardware More Like Software Many Choices ● Python, System Verilog, SystemC, CHISEL ● Greatly expedites designer productivity ● Allows libraries of functionality ● Object oriented thinking ● Encourages participation by a broader community ● High Level Synthesis to generate RTL ● Implementation tools to realize and provide ‘guardrails’
  • 24. Intel Compiler for SystemC 24 Intel Compiler for SystemC (ICSC) ● Translate SystemC to synthesizable SystemVerilog, focused on design and verification efficiency ● SystemC synthesizable standard, C++11/14/17 ● Dynamic elaboration, arbitrary C++ at elaboration phase ● Standard, fast and simple code translation procedure ● Human-readable generated SystemVerilog code SingleSource Communication Channels ● Cycle-accurate mode: clocked design, no extra cost in area, performance, and power ● Fast simulation mode: no clock, request-driven simulation, no extra process activation, fast simulation Can be used in ● Functional interface like TLM 1.0 SystemC temporal assertions synthesizable to SVA ● Immediate and temporal assertions ● Can be used in module scope and process scope
  • 25. F4PGA: Open Source Toolchain, Interchange Format and More • Established by CHIPS Alliance based on previous work known as SymbiFlow • F4PGA = FOSS Flow For FPGA • Goal: drive open source tooling, IP and research efforts for FPGAs • Groups academia members, industry and FPGA vendors • Focus on: ▫ Open source toolchain for FPGAs (previously known as SymbiFlow) ▫ FPGA Interchange Format ▫ FPGA Perf Tool ▫ Many more… THE F4PGA WORKGROUP
  • 26. Automating Analog & Digital Implementation with Open Source EDA
  • 27. Overview of OpenFASOC: Fully Autonomous SoC Synthesis ● DARPA IDEA Program, now funded by Google, NIST and others ● Multiple tape-outs in TSMC 65, GF12LP, SKY130, GF180MCU, Intel 16 27 CHIPS Alliance Workshop 2021-11 OpenPOWER AI Workshop IBM - 2022-11 CHIPS Alliance Technology Update 2022-12 RISCV Alliance Japan 2022-12 openfasoc.readthedocs.io MPW1 MPW2 MPW4 MPW5 MPW6 MPW8 MPW7 Intel 16-nm GF 12-nm SKY130 GF 180 MPW0 + more! <3 years, <10 people!
  • 28. Building Confidence in Open Design Start of Skywater’s Open MPW Program Jun Aug Oct Dec Feb Apr Jun Aug Oct Dec End of 2020 Feb MPW1 MPW2 MPW3 MPW4 MPW5 MPW6 MPW8 Project w. Fitbit MPW7 28 Intel 16- nm GF 12-nm SKY130 Dec …. DARPA IDEA Program Apr Jun Nanofab. Accelerator program w. NIST 1st TO 2nd TO 3rd TO 4th TO Globalfoundries Open MPW Program GF 180 Intel’s University Shuttle GF 180 Intel 16- nm May 28th Feb 24th NIST’s Nanofabrication Tapeout MPW0 2022 2024 2021
  • 29. CHIPS Alliance: Open Design Enablement with Catalog of Trusted Ingredients 29 Implementation Framework Verification Testbench Functional Simulation, Formal, Emulation Design Data Representation Analog Tools Digital Tools Physical Macro Cell Library Logical Macro Arch RTL UVM Props Open Source Verified and Trusted IP Component Library Verification and Implementation Platforms Process Design Kit (PDK)
  • 30. Join CHIPS Alliance • Share resources to lower the cost of hardware development: digital and analog IP • Collaborate in developing of open source design tools software, share good practices • Receive high quality, open source CPU/SoC designs and complex IP blocks • Grow your business in this forward thinking organization • Read more about joining at https://chipsalliance.org/join 30
  • 31. Linux Foundation Membership Tiers and Benefits * Prerequisite for Joining CHIPS Alliance. Details available at https://www.linuxfoundation.org/join/#benefits Linux Foundation Membership Tier Summary ● Platinum: $500K / year ○ Offers board seat, 6 LF member summit invite, LF legal summit invites, prominent company advertising ● Gold: $100K / year ○ 3 Board representatives with other gold members ○ 4 LF member summit invite, 50 user e-learning tickets, marketing, LF executive access ● Silver: Employee Number Based ○ 5000+ $20,000 / year ○ 500 – 4999 $15,000 / year ○ 100 – 499 $10,000 year ○ 1 – 99 $5000 / year ○ 1 Invitation to LF member summit. 10 e-learning tickets ○ Display of company affiliation on LF websites and events ● Associate (Non-profit): Free ○ 1 board member in conjunction with other non-profits nominees ○ Display of company affiliation on CA websites, printed material 31
  • 32. CHIPS Alliance Membership Tiers and Benefits CHIPS Alliance Membership Tier Summary ● Platinum: $30K / year ○ Offers board seat, TSC chair slots, event passes, prominent advertisement of company ● Gold: $12.5K / year ○ 2 Board representatives with other gold members ○ TSC chair slot eligible, event passes, prominent advertisement of company ● Silver: $5K / year ○ 1 board representative in conjunction with other silver members ○ Display of company affiliation on CA websites, printed material ● Auditor: $2.5K / year ○ No voting rights ○ Display of company affiliation on CA websites, printed material ● Associate (Non-profit): Free ○ 1 board member in conjunction with other non-profits nominees ○ Display of company affiliation on CA websites, printed material 32