You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/chipflow-toml-guide.rst
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,12 @@ You probably won't need to change these if you're starting from an example repos
57
57
.. code-block:: TOML
58
58
59
59
[chipflow.silicon]
60
-
processes = [
61
-
"ihp_sg13g2",
62
-
"gf130bcd"
63
-
]
60
+
process = "ihp_sg13g2"
64
61
package = "pga144"
65
62
66
63
67
-
The ``silicon`` section sets the Foundry ``processes`` (i.e. PDKs) that we are targeting for manufacturing, and the physical ``package`` we want to place our design inside.
68
-
You'll choose the ``processes`` and ``package`` based in the requirements of your design.
64
+
The ``silicon`` section sets the Foundry ``process`` (i.e. PDK) that we are targeting for manufacturing, and the physical ``package`` we want to place our design inside.
65
+
You'll choose the ``process`` and ``package`` based in the requirements of your design.
0 commit comments