Skip to content

Commit 640c71c

Browse files
Leak_scale -> leak_power_scale in docs
1 parent 466c64d commit 640c71c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/notes/making_models.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ One new functionality is used here. The ``subcomponents`` argument to the
8383
subcomponents.
8484

8585
The area, energy, latency, and leak power of subcomponents will NOT be scaled by the
86-
component's ``area_scale``, ``energy_scale``, ``latency_scale``, and ``leak_scale``; if
87-
you want to scale the subcomponents, multiply the subcomponents' ``area_scale``,
88-
``energy_scale``, ``latency_scale``, and ``leak_scale`` by the desired scale factor.
86+
component's ``area_scale``, ``energy_scale``, ``latency_scale``, and
87+
``leak_power_scale``; if you want to scale the subcomponents, multiply the
88+
subcomponents' ``area_scale``, ``energy_scale``, ``latency_scale``, and
89+
``leak_power_scale`` by the desired scale factor.
8990

9091
.. include-notebook:: ../../notebooks/2_making_models.ipynb
9192
:name: smartbuffer_sram

0 commit comments

Comments
 (0)