From 7f1a762893ac229415cccb7133189bed81b695a2 Mon Sep 17 00:00:00 2001 From: Mohamed Gaber Date: Wed, 19 Nov 2025 19:57:53 +0200 Subject: [PATCH 1/2] misc: add maintenance notice --- Readme.md | 10 +- volare_banner.svg | 758 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 767 insertions(+), 1 deletion(-) create mode 100644 volare_banner.svg diff --git a/Readme.md b/Readme.md index 20d40d2..7d2cb08 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,16 @@ +

+ Volare development has moved to
+the FOSSi Foundation: Check out Ciel, the community-driven successor to Volare maintained under the FOSSi Foundation with support for sky130, gf180mcu and ihp-sg13g2. For ChipFoundry-specific PDK releases, check out github.com/chipfoundry/ciel-releases +

+ +

This repository is preserved as-is for archival purposes.

+ +--- +

⛰️ Volare

License: Apache 2.0 CI Status - Invite to the Skywater PDK Slack Code Style: Black

diff --git a/volare_banner.svg b/volare_banner.svg new file mode 100644 index 0000000..d599496 --- /dev/null +++ b/volare_banner.svg @@ -0,0 +1,758 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 9405a9e4812d00962f82196a1e845d876be3bec1 Mon Sep 17 00:00:00 2001 From: Mohamed Gaber Date: Wed, 19 Nov 2025 21:12:13 +0200 Subject: [PATCH 2/2] misc: update ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1528f4..d824df3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,21 +10,21 @@ on: jobs: lint_python: name: Lint Python Code - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Linters run: make venv - name: Lint run: make lint push_to_pypi: name: Build (and publish, if applicable) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: lint_python steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Export Repo URL