Compare commits

..

No commits in common. 'master' and 'master' have entirely different histories.

@ -1,8 +1,6 @@
#!Makefile

HUGO=hugo-extended
HUGO_NUMWORKERMULTIPLIER=64
HUGO_MEMORYLIMIT=32
BUILDNAME:=$(shell git rev-parse --abbrev-ref HEAD)
BASEURL:=$(shell basename `pwd` | sed 's/_/./g')
BRANCHES:=$(shell git branch -r | sed 's/origin\///g' | sed 's/pr\//pr-/' | sed '/HEAD/d' | sed '/master/d' | sed '/main/d')
@ -30,7 +28,7 @@ build-staging:

.PHONY: test
test: clean
HUGO_NUMWORKERMULTIPLIER=$(HUGO_NUMWORKERMULTIPLIER) HUGO_MEMORYLIMIT=$(HUGO_MEMORYLIMIT) $(HUGO) --environment=development --minify --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints
$(HUGO) --environment=development --minify --templateMetrics --templateMetricsHints --memstats hug_mem_log

.PHONY: draft
draft:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

@ -2,10 +2,10 @@
title = "OpenPOWER Foundation"
baseURL = "https://openpower.foundation/"
theme = "openpowerfoundation"
#languageCode = "opf"
#defaultContentLanguage = "opf"
#defaultContentLanguageInSubdir = true
#enableMissingTranslationPlaceholders = true
languageCode = "opf"
defaultContentLanguage = "opf"
defaultContentLanguageInSubdir = true
enableMissingTranslationPlaceholders = true
dataDir = "data"
assetDir = "assets"
PaginatePath = ""
@ -22,14 +22,6 @@ enableEmoji = true
noJSConfigInAssets = false
# useResourceCacheWhen = 'always'
writeStats = true
[build.buildStats]
enable = true
disableClasses = false
disableIDs = false
disableTags = false
[[build.cacheBusters]]
source = '(postcss|tailwind)\.config\.js'
target = '(css|styles|scss|sass)'

[outputs]
home = [ "HTML" , "RSS" ]
@ -149,20 +141,20 @@ enableEmoji = true
[caches]
[caches.assets]
dir = ':resourceDir/_gen'
maxAge = -1
maxAge = "5m"
[caches.getcsv]
dir = ':cacheDir/:project'
maxAge = -1
maxAge = "5m"
[caches.getjson]
dir = ':cacheDir/:project'
maxAge = -1
dir = ':cacheDir/:project'
maxAge = "5m"
ttl = 300
[caches.getresource]
dir = ':cacheDir/:project'
maxAge = -1
maxAge = "5m"
[caches.images]
dir = ':resourceDir/_gen'
maxAge = -1
maxAge ="5m"
[caches.modules]
dir = ':cacheDir/modules'
maxAge = -1
maxAge = "5m"

@ -1,11 +1,11 @@
#!parms.toml
[forms.contact]
URI = "http://localhost:8080/forms/contactus/opf"
URI = "http://localhost:8080/forms/contactus/test/opf"
[forms.hub]
URI = "http://localhost:8080/forms/hub/opf"
URI = "http://localhost:8080/forms/hub/test/opf"
[forms.isarfc]
URI = "http://localhost:8080/forms/isarfc/opf"
URI = "http://localhost:8080/forms/isarfc/test/opf"
[forms.passport]
URI = "http://localhost:8080/forms/passport/opf"
URI = "http://localhost:8080/forms/passport/test/opf"
[forms.mailmonk]
URI = "http://localhost:9000/subscription/form"

@ -3,12 +3,12 @@
URI = "stats.vantosh.com"
ID = "69"
[forms.contact]
URI = "https://webscripts.vantosh.com/forms/contactus/opf"
URI = "https://webscripts.vantosh.com/forms/contactus/prod/opf"
[forms.hub]
URI = "https://webscripts.vantosh.com/forms/hub/opf"
URI = "https://webscripts.vantosh.com/forms/hub/prod/opf"
[forms.isarfc]
URI = "https://webscripts.vantosh.com/forms/isarfc/opf"
URI = "https://webscripts.vantosh.com/forms/isarfc/prod/opf"
[forms.passport]
URI = "https://webscripts.vantosh.com/forms/passport/opf"
URI = "https://webscripts.vantosh.com/forms/passport/prod/opf"
[forms.mailmonk]
URI = "https://mailing.openpower.foundation/subscription/form"

@ -1,174 +0,0 @@
---
title: OpenROAD and OpenPOWER Microwatt core for low-power ASIC applications
author: Ganesan Narayanasamy
tags:
- openpower
- adg
- academic
- openroad
date: 2024-01-25
draft: false
---
# OpenROAD and OpenPOWER - Microwatt core for low-power ASIC applications

## OpenPOWER for Energy-efficient applications

The [OpenPOWER](https://openpowerfoundation.org) microwatt processor is an open-source soft process core implementation of the IBM [POWER ISA](https://openpowerfoundation.org/specifications/isa/) architecture that is designed to be highly energy-efficient. This processor is an example of the growing trend of designing low-power processors that can be used in a variety of applications, including mobile devices, Internet of Things (IoT) devices, and more.

### Microwatt
Microwatt is a multi-core processor capable of running at up to 2.3 GHz and using the Power ISA v3.0 specification. It can run on lower cost FPGAs. It has a memory management unit, privilege modes, interrupts, a floating-point unit, an interrupt controller and a level-2 cache, so that it can boot Linux.

The Microwatt processor was implemented using the [OpenROAD](https://theopenroadproject.org/) native design flow - [OpenROAD-flow-scripts](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts) . It is available as part of the EDA cloud native solution in OpenPOWER. OpenROAD delivers an autonomous, No-Human-In-Loop, fully-integrated RTL-GDSII flow for the design of digital integrated circuits across a range of technologies. OpenROAD includes specific features for low power design that enabled the design to specification for Microwatt.

## Microwatt Design Flow using OpenROAD

The figures below show the OpenROAD flow using [OpenROAD-flow-scripts](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts)

### OpenROAD High-level Flow

{{< image src="blog/openroad_image1.png" >}}

### OpenROAD Flow Scripts - A detailed Physical Implementation Flow

{{< image src="blog/openroad_image2.png" >}}

## Design Methodology

Microwatt was implemented using Skywater130nm (What production versions are supported- Is there a link to share about it? It consists of 6 macros and over 800K standard cells.

The hardware description for Microwatt was defined using Verilog in OpenPOWER. The RTL was synthesized in OpenROAD using Yosys to obtain a power-efficient mapping. [OpenSTA](https://github.com/The-OpenROAD-Project/OpenSTA) is an integrated and incremental timing and power analysis engine built into OpenROAD.

### Synthesis
The OpenROAD flow uses a synthesized netlist from Yosys to transform the RTL into an elaborated design with corresponding technology mapped primitives to generate an optimized netlist based on the input on specified timing constraints. This netlist was used to create the floorplan for detailed physical implementation.

### Placement and Routing

#### Floorplan Import design

Microwatt has 6 macros that were placed using the automatic macro placement in ORFS.

- RAM512 1 392.925
- RAM32 1RW1R
- Multiply_add_64x64
- RAM32_1RW1R
- Microwatt_FP_DFFRFile
- Multiply_add_64x64

{{< image src="blog/openroad_image3.png" >}}

macro placement

### Power Distribution

There are 5 metal layers in total in Microwatt. Metal 1 is horizontal and M2 is vertical followed by M3, M4 and M5 in horizontal direction. Power distribution is using M1, M4 and M5. The M1 layer is horizontal on the standard cell rails to enable power for the standard cells. VIA2 and VIA3 power vias are dropped. M4 power stripes and M5 power stripes are drawn. An alternate pattern of VSS and VDD pattern is followed

The figure below shows the PDN grid generated.

This is the complete PDN of the floor plan.

{{< image src="blog/openroad_image4.png" >}}

### Placement

Global Placement places standard cells to minimize wire length and avoid congestion during routing. Detailed placement further legalizes standard cell placement to remove overlaps and fix orientation for optimal routing. This step also includes the use of the resizer to optimize timing using techniques like buffer insertion, sizing, pin swapping etc.

{{< image src="blog/openroad_image5.png" >}}
Figure: Placement Density View

{{< image src="blog/openroad_image6.png" >}}

Figure: Placement Optimization by Resizer

### Clock Tree Synthesis

ORFS automatically synthesizes clock trees to meet timing constraints and inserts buffers as needed to balance skew on high fanout nets. Filler cells are also added to meet manufacturing density requirements.

{{< image src="blog/openroad_image7.png" >}}

{{< image src="blog/openroad_image8.png" >}}
Figure: ext_clk Clock Tree Viewer

{{< image src="blog/openroad_image9.png" >}}

Figure: jtag_tck Clock Tree Viewer

### Timing Analysis

OpenROAD includes a built-in STA engine that is used to incrementally analyze timing at various flow stages. The GUI enables easy visualization of timing paths and setup/hold checks.

Shown below are post-CTS timing views for setup and hold times.

#### Setup Timing Path

{{< image src="blog/openroad_image10.png" >}}
Figure: Setup Timing Path

{{< image src="blog/openroad_image11.png" >}}

Figure: Hold Timing Path

#### Routing

{{< image src="blog/openroad_image12.png" >}}
Figure: Routing Congestion View

{{< image src="blog/openroad_image13.png" >}}

Figure: Detail Routing

#### Show CTS after detailed placement.

CTS is shown below by highlighting the clock nets before and after CTS

{{< image src="blog/openroad_image14.png" >}}
Figure: ext_clk source CTS

{{< image src="blog/openroad_image15.png" >}}

Figure: jtag tck source CTS

#### How was timing optimization done using the resizer repair commands?

Using resizer commands the following is done at the placement step. The details are available in 3_4_resizer.log

1) 51 input buffers are added
2) 87 output buffers are added
3) 7237 buffers are added in 9711 nets
4) 23377 instances are resized

#### What tradeoffs were made for timing vs power?

We optimize for timing and less so for power. We do have some power recovery features in development that should be available soon.

#### Where is the static IR estimation report?

In 6_report.log when using ORFS

#### Did you run a simulation for power analysis?

We can provide a VCD (toggle counts) from simulation for improved accuracy. OR doesn't do simulation itself.

#### What kind of signoff was used to verify final timing and power (PrimeTime, Calibre etc.)

We have not done any signoff for final timing and power using Prime Time & Calibre.Only OpenROAD flow is being executed.

### Physical Verification

Once the physical layout (i.e., the GDS file) is complete, the design is ready for final verification and sign-off. This involves running a series of tests to ensure that the design meets all of the necessary requirements and specifications. Any issues that are found can be addressed, and the design can be re-synthesized and re-implemented until it meets all of the necessary criteria.

Finally, the design is ready for fabrication. The GDSII layout file is sent to a foundry, where the physical chip is manufactured. Once the chip is fabricated, it can be assembled into a larger system or device, such as a mobile phone or IoT device.

{{< image src="blog/openroad_image16.png" >}}

Figure: Microwatt Layout generated through OpenROAD

## Results

Showcase results here. Final GDSII. Power and Timing achieved, run times and state the potential for such application development for the future.


Worstcase voltage:1.80e+00 V
Average IR Drop : 4.62e-04 V
Worstcase IR Drop: 1.95e-03 V

As a result, it is possible to create highly efficient and effective microwatt processors that can be used in a variety of different devices and applications, from mobile phones to IoT devices and beyond. The combination of the OpenPOWER microwatt processor and the OpenROAD design flow represents a powerful toolset for designers looking to create low-power, high-performance processors for modern electronics.

@ -1,35 +0,0 @@
---
title: Solid Silicon Joins OpenPOWER Foundation
categories:
- blogs
tags:
- openpower
- openpower-foundation
- linux-foundation
- open-source
- cloud
- open-source-hardware
- member
date: 2024-06-13
draft: false
---

Today, we are pleased to announce that Solid Silicon, a fabless semiconductor company based in Colorado, US, has joined the OpenPOWER Foundation as a Platinum member.

The OpenPOWER Foundation is committed to an open, community-driven technology development process, which is critical to the continued growth of open collaboration around the POWER architecture.

"_OpenPOWER Foundation is pleased to welcome Solid Silicon to the foundation and our community, and looks forward to our collaboration in community-driven open development that broadens customer computing choice_", said [James Kulina](https://www.linkedin.com/in/james-kulina/), Executive Director, OpenPOWER Foundation.

Solid Silicon Corporation is developing open source software and secure chip designs based on standardized, self-sovereign, future-proof silicon to give developers the ability to own, control, and trust their computing devices down to the silicon.

Solid Silicon currently is [developing](https://www.linkedin.com/posts/solid-silicon_raptor-computing-sys-on-x-activity-7121183443475992576-kq_A?utm_source=share&utm_medium=member_desktop) two new silicon devices based on the OpenPOWER ISA. The first is the X-class chip line that targets Edge/IoT applications while the second line, the S-class chip, targets Data Center applications. Both chip lines will adopt the latest POWER ISA 3.1 specifications leading to new product capabilities within the OpenPOWER ecosystem.

"_Solid Silicon's OpenPOWER CPUs are built on and fully comply with the open, standardized POWER ISA administered by the OpenPOWER Foundation. This commitment to open standards ensures that our customers benefit from the latest advancements in processor technology, while also providing the transparency and security that comes from an open and unified software ecosystem. In our view, the vendor-neutral approach to ISA standardization that the OpenPOWER Foundation provides is crucial to both avoiding vendor lock-in and ensuring a diverse software ecosystem while simultaneously ensuring long-term application compatibility._", said [Tim Pearson](https://www.linkedin.com/company/solid-silicon/), CTO and Founder.

"_At a fundamental level, akin to public cryptography, the entire OpenPOWER architecture and standard are open, auditable, and completely verifiable. With Solid Silicon's firmware, software, and tools also being fully open source, our customers benefit immensely by deploying self-sovereign silicon solutions from the edge to the data center. We are thrilled to partner with the OpenPOWER Foundation to foster and expand this incredible developer community_", says [Todd Rooke](https://www.linkedin.com/in/toddrooke/), CEO and Founder.

The OpenPOWER Foundation looks forward to collaborating with Solid Silicon
in developing new and exciting POWER based silicon through open standards and community driven collaboration.

Learn more about [Solid Silicon](https://solidsilicon.com).

@ -1,7 +1,7 @@
---
title: "David Calderwood"
position: "President"
weight: 100
position: "Director"
weight: 3000
date: 2023-03-29
start: 2023-03-27
end: 2025-03-27

@ -4,6 +4,6 @@ position: "Director"
weight: 1000
date: 2021-03-03
start: 2020-03-30
end: 2022-02-28
end: 2023-02-28
draft: false
---

@ -1,7 +1,7 @@
---
title: "James Kulina"
position: "Executive Director"
weight: 150
weight: 100
date: 2021-03-03
start: 2020-03-30
end: 2034-12-31

@ -1,7 +1,7 @@
---
title: "Meow Yee"
position: "Director"
weight: 1000
position: "President"
weight: 10
date: 2023-03-29
start: 2023-03-27
end: 2025-03-27

@ -4,6 +4,6 @@ position: Director
weight: 1000
date: 2021-03-03
start: 2021-01-01
end: 2023-12-31
end: 2034-12-31
draft: false
---

@ -1,9 +1,9 @@
---
title: "Timothy Pearson"
position: "Chairman"
weight: 1
date: 2024-06-27
start: 2024-06-14
end: 2026-06-14
position: "Director"
weight: 3000
date: 2021-03-03
start: 2021-01-30
end: 2023-03-27
draft: false
---

@ -1,25 +0,0 @@
---
title: "IBM TechXchange 2024"
eventdates:
from: 2024-10-21
eventplace: San Jose, CA
register: https://reg.tools.ibm.com/flow/ibm/techxchange24/reg/
schedule: https://reg.tools.ibm.com/flow/ibm/techxchange24/sessioncatalog/page/sessioncatalog?tab.sessioncatalogtabs=option_1601178495160
date: 2024-10-17
draft: false
---

The OpenPOWER Foundation is participating at [IBM TechXchange 2024 event](https://www.ibm.com/community/ibm-techxchange-conference/). We will be giving a talk on in the OSS track with our member company [Solid Silicon](https://solidsilicon.com/desktop/index.html), who is developing next generation POWER processors.

Come to our talk on Monday Oct. 21st.
[Open Comuting Built on OpenPOWER](https://reg.tools.ibm.com/flow/ibm/techxchange24/sessioncatalog/page/sessioncatalog?search=open%20source&tab.sessioncatalogtabs=option_1601178495160#:~:text=computing%20built%20on-,OpenPOWER,-%5B4158%5D)

OpenPOWER will also be showcasing within the IBM POWER booth. Please stop by and say Hello!








@ -1,23 +0,0 @@
---
title: "Open Compute North American Summit 2024"
eventdates:
from: 2024-10-15
eventplace: San Jose, CA
register: https://2024ocpregional.fnvirtual.app/
schedule: https://2024ocpregional.fnvirtual.app/a/schedule/
date: 2024-09-16
draft: false
---

The OpenPOWER Foundation is a sponsor with booth #C52. We will be sharing our booth with [Solid Silicon](https://solidsilicon.com/desktop/index.html), who is developing next generation POWER processors. Stop by and say hello!

[OCP24 registration link](https://www.opencompute.org/summit/global-summit/registration)


The OCP Summit is the premier event uniting the most forward-thinking minds in open IT Ecosystem development. The Summit presents a unique platform for our Community from around the globe to share their insights, foster partnerships and showcase cutting-edge advancements in open hardware and software.

The 2024 OCP Global Summit theme is "From Ideas to Impact". This encapsulates the transformative journey at the heart of the Open Compute Project. This year's theme reflects OCP's commitment to fostering innovation that transcends theoretical discussions and manifests into real-world solutions. As the pace of technological evolution accelerates and development cycles shorten, our industry is forced to rapidly respond to emerging trends and needs. By harnessing the collective expertise of our global community, we turn visionary ideas into groundbreaking technologies that drive openness, efficiency, sustainability, scalability and growth in the data center industry. Our focus honors the relentless pursuit of progress and the profound impact that OCP's community-driven innovation can achieve. OCP transforms concepts into impactful advancements.




@ -1,28 +0,0 @@
---
title: "Open Compute Regional Summit 2024 - Future Technologies Symposium"
eventdates:
from: 2024-04-24
eventplace: Lisbon, Portugal
register: https://2024ocpregional.fnvirtual.app/
schedule: https://2024ocpregional.fnvirtual.app/a/schedule/
date: 2024-04-21
draft: false
---

The OCP Regional Summit in Europe serves as a platform where technical and business leaders from EMEA come together to tackle crucial issues related to data center sustainability, energy efficiency, and heat reuse. The focus is on exploring how innovations from hyperscale data center operators can contribute to solving these challenges. The Summit also highlights deployments of specific OCP-recognized data center equipment in the EMEA region.

```
OPF FTS Talk
Time: 3:55pm – 4:15pm
Location: Lisbon Congress Centre
```

The OpenPOWER Foundation will be sharing a talk with Jabil in the Future Technologies Symposium.

"Large Memory Server Design Overview"
Abstract:
With the advancement of AI workloads and their increasingly large data set requirements, the need for high memory capacity and density is becoming paramount for the industry. There have been advances in memory connectivity that promise to deliver solutions that will meet these needs. This specification shows a design that utilizes two of these technologies, OpenCAPI Memory Interface (OMI) and Compute Express Link (CXL), to deliver from 24TB to a potentially jaw-dropping 32TB of memory in an air-cooled, single socket OCP DC-MHS inspired 19’’ 2U chassis. This design solution, a collaboration between the OpenPower Foundation, Jabil Inc.,Raptor Computing Systems, SAP, and Wooden Data Center, is currently in the design phase. In this specification, physical limitations, interconnects, and power/thermal constraints will be highlighted. The end goal would be to contribute this design specification to the OCP community.

{{< youtube 3UOMUHFFYvQ >}}

[Video Recording](https://www.youtube.com/watch?v=3UOMUHFFYvQ)

@ -1,37 +0,0 @@
---
title: "Open Hardware and Software Mini Summit at the Open Source Summit North America"
eventdates:
from: 2024-04-15
eventplace: Seattle, US
register: https://events.linuxfoundation.org/open-source-summit-north-america/register/
schedule: https://docs.google.com/spreadsheets/d/1F6hJQL8nU538OlGDGiOcrvSGuDMbCbK4R37qGrq5qSg/edit?usp=sharing
date: 2024-03-06
draft: false
---

```
Time: 1:00pm – 5:45pm
Location: Seattle Convention Center | Summit
Registration Cost: $15
```


This half day program will Introduce the audience to the many aspects of open source hardware and software development, and how it is helping the industry to accelerate beyond what Moore’s law has predicted.


Talks will cover numerous aspects of hardware / software development and provide motivation to learn more about the challenges of open hardware and software design together.


Agenda:

- How can software developers help keep Moore’s law alive?
- Open Hardware Design: Lessons Learned from OSS
- Understanding hardware security vulnerabilities : Hardware Bill of Materials
- Scaling hardware design: squeezing every bit of performance of the open source OpenROAD ASIC toolchain
- Accelerating EDA Flows in the AWS Cloud
- An Introduction to RISC-V
- Accelerating the RISC-V Software Development Ecosystem
- Caliptra: open source Root of Trust
- Getting “Ware” You Need to Go – Managing OpenPOWER Hardware with Software (Part 1)
- Getting “Ware” You Need to Go – AI Software on OpenPOWER Hardware (Part 2)

@ -2,8 +2,8 @@
title: 'High-Performance-Computing SIG'
wgtype: sig
image: thumb-3.jpg
#chair:
#- allancantle
chair:
- allancantle
participation: Public
date: 2021-03-15
draft: false

@ -3,7 +3,7 @@ title: 'Instruction Set Architecture TWG'
wgtype: twg
image: thumb-5.jpg
chair:
- bradfrey
- paulmackerras
participation: Members
git: https://git.openpower.foundation/isa/
discussion: https://discuss.openpower.foundation/c/twg/isa

@ -3,7 +3,7 @@ title: 'LibreBMC SIG'
wgtype: sig
image: thumb-6.jpg
chair:
- jaremykerr
- toddrosedahl
- karolgugala
participation: Public
git: https://git.openpower.foundation/librebmc/

@ -3,6 +3,7 @@ title: 'Memory SIG'
wgtype: sig
image: thumb-1.jpg
chair:
- pierreluccantin
- curtwollbrink
participation: Members
date: 2021-03-15

@ -4,18 +4,15 @@ member: oregonstateuniversity
projects:
- Open Source
provides:
- Bare Metal Machine
- Virtual Machine
- Bare Metal Machine (coming soon)
- Virtual Machine (via OpenStack; with GPU)
- Container (via OpenShift; with FPGA; coming soon)
addons:
- none
- Nvidia V100 GPU
- Nvidia T4 GPU
- OpenCAPI Alpha Data 9H3 FPGA
- Nvidia V100 GPU (VM)
- OpenCAPI Alpha Data 9H3 FPGA (container)
systems:
- POWER9
sponsors:
- mellanox
- oracle
opnstkflavors:
standard:
- name: "oph.c1m4.d20"
@ -81,17 +78,29 @@ opnstkflavors:
disk: 240
operatingsystems:
available:
- Alma Linux 8
- Alma Linux 9
- Alpine
- CentOS Stream 9 (GPU)
- Debian 11
- Debian 12
- Fedora [latest]
- Ubuntu 20.04 (GPU)
- Ubuntu 22.04 (GPU)
- Ubuntu 24.04 (GPU)
standard:
- CentOS Stream 8
- CentOS Stream 9
- Debian 10
- Debian 11
- Fedora [latest]
- Ubuntu 18.04
- Ubuntu 20.04
- Ubuntu 22.04
gpuenabled:
- CentOS Stream 8
- CentOS Stream 9
- Ubuntu 20.04
- Ubuntu 22.04
unavailable:
standard:
- Alma Linux 8
- Alma Linux 9
- Rocky Linux 9
gpuenabled:
- Alma Linux 8
- Alma Linux 9
- Rocky Linux 9
weight: -9000
date: 2022-08-24
draft: false

@ -4,7 +4,6 @@ level: silver
image: antmicro.png
country: "Poland"
joined: 2020
cancelled: 2022-12-31
date: 2021-03-15
draft: false
---

@ -5,7 +5,6 @@ country: USA
link: https://axiado.com
level: silver
joined: 2022
cancelled: 2024-07-05
date: 2022-10-16
draft: false
---

@ -5,7 +5,6 @@ country: Italy
link: https://axyon.ai/
level: silver
joined: 2019
cancelled: 2024-07-23
date: 2021-03-31
draft: false
---

@ -6,6 +6,5 @@ link: https://www.bioretics.com/
level: silver
joined: 2019
date: 2021-03-31
cancelled: 2024-06-27
draft: false
---

@ -6,6 +6,5 @@ link: https://www.codee.com/
level: silver
joined: 2019
date: 2021-03-31
cancelled: 2024-06-05
draft: false
---

@ -6,6 +6,5 @@ link: https://www.emdion.com/
level: silver
joined: 2019
date: 2021-03-31
cancelled: 2024-06-19
draft: false
---

@ -5,7 +5,6 @@ link: https://www.google.com
level: platinum
country: United States of America
joined: 2013
cancelled: 2023-12-31
date: 2021-03-02
draft: false
---

@ -3,7 +3,7 @@ title: Inspur Power Systems
image: inspur-power-systems.png
level: silver
country: China
link: http://www.k1powersystems.com/
link: https://www.inspursystems.com
joined: 2017
date: 2021-03-03
draft: false

@ -6,6 +6,5 @@ link: https://juliacomputing.com/
level: silver
joined: 2019
date: 2021-03-31
cancelled: 2024-07-02
draft: false
----

@ -1,10 +0,0 @@
---
title: Loyola Institute of Technology
image: loyolainstitute.png
country: India
link: https://www.lit.edu.in/
level: academic
joined: 2017
date: 2021-03-31
draft: false
---

@ -1,10 +0,0 @@
---
title: Power Maroc
image: powerm.png
country: Morocco
link: https://powerm.ma/
level: silver
joined: 2024
date: 2024-01-01
draft: false
---

@ -6,6 +6,5 @@ link: https://yiyuan.ai/
level: silver
joined: 2019
date: 2021-03-31
cancelled: 2024-07-03
draft: false
---

@ -1,12 +0,0 @@
---
title: Solid Silicon
image: solidsilicon.png
country: USA
link: https://solidsilicon.com
level: platinum
joined: 2024
date: 2024-05-18
draft: false
---

Solid Silicon Corporation is a fabless silicon company developing open source software and secure chip designs based on standardized, sovereign, future-proof silicon, which gives developers the ability to own, control, and trust their computing devices down to the silicon.

@ -1,10 +0,0 @@
---
title: University of California - CHIPS Lab
image: ucla.png
country: USA
link: https://www.chips.ucla.edu/
level: academic
joined: 2021
date: 2021-08-31
draft: false
---

@ -1,8 +1,8 @@
---
title: X-ScaleSolutions
image: xscalesolutions.jpg
country: USA
link: https://x-scalesolutions.com/
country: Cambodia
link: http://x-scalesolutions.com/
level: silver
joined: 2019
date: 2021-03-31

@ -1,7 +0,0 @@
---
title: "Brad Frey"
#image:
member: ibm
date: 2021-08-05
draft: false
---

@ -1,6 +1,6 @@
---
title: Ganesan Narayanasamy
member: ganesannarayansamy
date: 2023-12-04
member: ibm
date: 2022-02-04
draft: false
---

@ -13,4 +13,4 @@ He is a serial entrepreneur with a background in enterprise technology and has w
business development, product management, and engineering.
Previously, James was co-founder and COO at Hyper.sh, an open source cloud-native virtualization startup acquired by Ant Financial.
Prior to that, he led product management in Red Hat's OpenStack group, and was a product lead on AT&T's first OpenStack Cloud.
James graduated from University of Virginia with a degree in Electrical Engineering and is based in Washington D.C. area.
James graduated from University of Virginia with a degree in Electrical Engineering and is based in New York.

@ -1,7 +0,0 @@
---
title: "Jeremy Kerr"
#image:
member: codeconstruct
date: 2021-08-05
draft: false
---

@ -1,7 +1,7 @@
---
title: "Paul Mackerras"
image:
member: paulmackerras
date: 2023-12-06
member: ibm
date: 2021-03-06
draft: false
---

@ -1,11 +1,12 @@
---
title: "Timothy Pearson"
image: "timothypearson-200.jpg"
member: solidsilicon
date: 2024-06-14
member: raptorcomputingsystems
date: 2021-03-03
draft: false
---

Timothy has worked in multiple areas of high performance systems design over the past 15 years,
from hardware / firmware to kernel and application development, with a strong emphasis on open solutions and system security.

In his time at Raptor he has been heavily involved in the inception and creation of the Talos and Blackbird lines of secure,
owner-controlled OpenPOWER machines, along with the FlexVer remote attestation technology.

@ -2,7 +2,7 @@
title: "Instruction Set Architecture"
group: isa
publicreview: false
feedbackprocess:
feedback:
- title: Request For Change Feedback for "non ISA TWG members"
description: "This feedback process uses the RFC method, which we divide in 3 types : _minor changes_, _formal proposal_, or _RFC_."
url: /isarfc/

@ -1,32 +0,0 @@
---
title: PowerVM on POWER Architecture Reference
group: IBM
tags:
- powervm
- hypervisor
- software
- linux
- unix
- operatingsystem
- distribution
- architecture
feedback:
queue: PAPR
date: 2024-10-28
draft: false
---


## Power Architecture Platform Requirements. ##

The purpose of this document is to detail a stable platform architecture to be used by:

- Platforms defined by the POWER ISA Specification that desire to be compatible with operating systems that run on the PowerVM Hypervisor.
- Operating systems that desire to be compatible with running on the PowerVM Hypervisor.

This architecture specification provides a comprehensive computer system platform-to-software interface definition.
It documents minimum system requirements, enabling the development and porting of software to a range of compatible industry-standard computer systems from workstations through servers based on the PowerISA.


This document is maintained by IBM and is made available through the OpenPOWER Foundation to support the work of the OpenPOWER Foundation and open source communities in supporting the POWER platform.
Comments, questions, and suggestions can be submitted through the OpenPOWER Foundation Request Tracker.

@ -3,6 +3,6 @@ members:
- ibm
- vantosh
nextmeeting :
date: 2022-10-24
date: 2022-06-20
time: 15:00


@ -1,9 +0,0 @@
members:
- ibm
- openpowerfoundation
- oregonstateuniversity
- vantosh
nextmeeting :
date: 2024-05-21
time: 21:00

@ -1,5 +1,8 @@
members:
- ibm
- redsemiconductor
- vantosh
- hexintechnologies
nextmeeting :
date: 2022-06-09
time: 07:00


@ -1,9 +1,10 @@
members:
- antmicro
- google
- ibm
- oregonstateuniversity
- vantosh
nextmeeting :
date: 2023-03-09
time: 16:00
date: 2022-06-09
time: 15:00


@ -23,7 +23,3 @@ versions:
date: "2021-09-14"
download: "https://files.openpower.foundation/s/dAYSdGzTfW4j2r2"
description: "Incorporate errata."
- number: "3.1c"
date: "2024-05-26"
download: "https://files.openpower.foundation/s/9izgC5Rogi5Ywmm"
description: "Data cleanup"

@ -1,4 +0,0 @@
versions:
- number: "1.0.0"
date: 2024-1-11
download:

@ -77,20 +77,6 @@
{{ end }}
</div>
</div>
{{ if .Param "sponsors"}}
<div class="row">
<div class="col-lg-4">
<h5>Sponsors :</h5>
{{ range $s := .Param "sponsors" }}
{{ $imagename := (printf "%s.png" $s) }}
{{ $imagelocation := (printf "%s/%s" "images/sponsors/hub/" $imagename) }}
{{ $imageresource := resources.Get $imagelocation }}
{{ $image := $imageresource.Fit "150x150" }}
<img src="{{ $image.RelPermalink }}" alt="{{ $s }}">
{{ end }}
</div>
</div>
{{ end }}
</div>
{{ if .Content }}
<div class="row">

@ -24,16 +24,16 @@
{{ range $.Site.Pages.ByTitle }}
{{ $level := .Param "level" }}
{{ if eq $level $key }}
{{ $memberstatus := true }}
{{ $cancelled := now.Format "20060102" }}
{{ if isset .Params "cancelled" }}
{{ $cancelled = time (.Param "cancelled") | dateFormat "20060102" }}
{{ if lt $cancelled $now }}
{{ $memberstatus = false }}
<div class="col-lg-{{ $col }} pt-5 pb-0 pb-lg-3">
{{ $memberstatus := true }}
{{ $cancelled := now.Format "20060102" }}
{{ if isset .Params "cancelled" }}
{{ $cancelled = time (.Param "cancelled") | dateFormat "20060102" }}
{{ if lt $cancelled $now }}
{{ $memberstatus = false }}
{{ end }}
{{ end }}
{{ end }}
{{ if eq $memberstatus true }}
<div class="col-lg-{{ $col }} pt-2 pb-0 pb-lg-3">
{{ if eq $memberstatus true }}
<div class="box">
<a href="{{ .RelPermalink }}">
{{ if .Param "image" }}
@ -48,8 +48,8 @@
{{ end }}
{{ $i = add $i 1 }}
</div>
</div>
{{ end }}
{{ end }}
</div>
{{ end }}
{{ end }}
</div>

@ -1,55 +0,0 @@
<script>
var formname = "form.contactForm";
var submiturl = "{{ .Site.Params.forms.contact.URI }}";
{{ if .Site.Params.forms.contact.goal }}
var goal = "{{ .Site.Params.forms.contact.goal }}";
{{ end }}
{{ $feedbackqueue := .Param "feedback.queue" }}
</script>
<section id="contact">
<div class="container"><div class="row wow fadeInUp">
<div class="col-lg-12 col-md-12"><div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage">Error</div>
<form role="form" name="contactForm" class="contactForm" id="contactForm" action="" method="post">
<div class="form-row">
<div class="form-group col-lg-12">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 characters" />
<div class="validation"></div>
</div>
</div>
<div class="form-row">
<div class="form-group col-lg-12">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email address" />
<div class="validation"></div>
</div>
</div>
<div class="form-row">
<div class="form-group col-lg-12">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 characters" />
<div class="validation"></div>
</div>
</div>
<div class="form-row">
<div class="form-group col-lg-12">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
</div>
<div class="form-row">
<div class="form-group col-lg-12">
By submitting this form, I acknowledge that my information is subject
to the <a href="{{ "/policy/privacy" | relURL }}">OpenPOWER Foundation's Privacy Policy</a>.
</div>
</div>
<div class="form-row">
<div class="form-group col-lg-12 text-center">
<input type="hidden" name="contact" value="{{ $feedbackqueue }}" />
<input type="hidden" name="url" value="{{ $.Page.RelPermalink | absURL }}" />
<button class="btn btn-outline-primary mb-4 mt-4" type="submit" title="Send Message">Send Message</button>
</div>
</div>
</form>
</div></div>
</div></div>
</section>

@ -90,11 +90,16 @@ var goal = "{{ .Site.Params.forms.hub.goal }}";
<div class="form-group col-lg-6">
What Operating System would you like on your POWER resource?
<select id="operatingsystem" name="operatingsystem">
{{ if .Param "operatingsystems.available" }}
{{ range .Param "operatingsystems.available" }}
{{ if .Param "operatingsystems.available.standard" }}
{{ range .Param "operatingsystems.available.standard" }}
<option value="{{ . }}">{{ . }}</option>
{{ end }}
{{ end }}
{{ if .Param "operatingsystems.available.gpuenabled" }}
{{ range .Param "operatingsystems.available.gpuenabled" }}
<option value="{{ . }}">{{ . }} (GPU-enabled)</option>
{{ end }}
{{ end }}
</select>
</div>
{{ end }}

@ -38,17 +38,14 @@
<div class="col-lg-3"></div>
<div class="col-lg-6 content">
<div><p>{{ .Content }}</p></div>
{{ if .Param "feedbackprocess"}}
{{ range $feedbackprocess := (.Param "feedbackprocess") }}
<a href="{{ $feedbackprocess.url }}"><div class="feedback btn btn-outline-primary">
<h3>{{ $feedbackprocess.title }}</h3>
{{ $feedbackprocess.description | markdownify }}
{{ if .Param "feedback"}}
{{ range $feedback := (.Param "feedback") }}
<a href="{{ $feedback.url }}"><div class="feedback btn btn-outline-primary">
<h3>{{ $feedback.title }}</h3>
{{ $feedback.description | markdownify }}
</div></a><br><br>
{{ end }}
{{ end }}
{{ if .Param "feedback" }}
{{ partial "feedbackform.html" . }}
{{ end }}
</div>
<div class="col-lg-3">
{{ if .Param "group" }}

Loading…
Cancel
Save