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
This section outlines the connection of pads to the power supply available for the selected process and package.
147
-
These pads are declared with the :term:type parameter, along with a name and other optional information, like voltage.
137
+
Power connections
138
+
-----------------
148
139
149
-
Note that in this context, the :term:type parameter can only be ``ground`` or ``power``.
140
+
The package definition provides default locations for pins needed for bringup and test, like core power, ground, clock and reset, along with JTAG.
150
141
151
-
The package definition provides default locations for pins needed for bringup and test, like core power, ground, clock and reset, along with JTAG. These are called:
142
+
These can be determined by calling `BasePackageDef.bringup_pins`.
152
143
153
-
[chipflow.silicon.power]
154
-
vdd = { type = "power", name = "vdd", voltage = "1.8V" }
155
-
gnd = { type = "ground", name = "gnd" }
156
-
```
144
+
For ports that require their own power lines, you can set ``allocate_power`` and ``power_voltage`` in their `IOSignature`.
0 commit comments