Skip to content

Commit 371fef2

Browse files
committed
feat: Add IHP SG13G2 process
Removes documentation of customer1 process, as nooone can use it yet.
1 parent f7267aa commit 371fef2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

chipflow_lib/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _ensure_chipflow_root():
6565
"additionalProperties": False,
6666
"properties": {
6767
"process": {
68-
"enum": ["sky130", "gf180", "customer1", "gf130bcd"]
68+
"enum": ["sky130", "gf180", "customer1", "gf130bcd", "ihp_sg13g2"]
6969
},
7070
"pad_ring": {
7171
"enum": ["caravel", "cf20", "pga144"]

docs/chipflow-toml-guide.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ You'll choose the ``process`` and ``pad_ring`` based in the requirements of your
3737
Available processes
3838
-------------------
3939

40-
+-----------+------------+---------------------------+
41-
|| Process || Supported || Notes |
42-
|| || pad rings || |
43-
+===========+============+===========================+
44-
| sky130 | caravel | Skywater 130nm |
45-
+-----------+------------+---------------------------+
46-
| gf180 | caravel | GlobalFoundries 180nm |
47-
+-----------+------------+---------------------------+
48-
| gf130bcd | pga144 | GlobalFoundries 130nm BCD |
49-
+-----------+------------+---------------------------+
50-
| customer1 | cf20 | To be announced. |
51-
+-----------+------------+---------------------------+
40+
+------------+------------+---------------------------+
41+
|| Process || Supported || Notes |
42+
|| || pad rings || |
43+
+============+============+===========================+
44+
| sky130 | caravel | Skywater 130nm |
45+
+------------+------------+---------------------------+
46+
| gf180 | caravel | GlobalFoundries 180nm |
47+
+------------+------------+---------------------------+
48+
| gf130bcd | pga144 | GlobalFoundries 130nm BCD |
49+
+------------+------------+---------------------------+
50+
| ihp_sg13g2 | pga144 | IHP SG13G2 130nm SiGe |
51+
+------------+------------+---------------------------+
5252

5353
Available pad rings
5454
-------------------

0 commit comments

Comments
 (0)