Skip to content

Commit d91e09b

Browse files
committed
Add [chipflow.top] to the schema for chipflow.toml
1 parent 8341455 commit d91e09b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

chipflow_lib/cli.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ def _ensure_chipflow_root():
5252
"project_id": {
5353
"type": "integer",
5454
},
55+
"top": {
56+
"type": "object",
57+
},
5558
"steps": {
5659
"type": "object",
5760
},
@@ -65,7 +68,7 @@ def _ensure_chipflow_root():
6568
"additionalProperties": False,
6669
"properties": {
6770
"process": {
68-
"enum": ["sky130", "gf180", "customer1", "gf130bcd", "ihp_sg13g2"]
71+
"enum": ["sky130", "gf180", "customer1", "gf130bcd", "ihp_sg13g2"]
6972
},
7073
"pad_ring": {
7174
"enum": ["caravel", "cf20", "pga144"]

0 commit comments

Comments
 (0)