Fixed two minor documentation typos
This commit is contained in:
parent
13182ef89a
commit
8f13538200
|
@ -232,7 +232,7 @@ described in `outputs` should be present.
|
|||
|
||||
### Module initialization/instantiation
|
||||
|
||||
In the the `__init__` method of module's class, the following fields should be
|
||||
In the `__init__` method of module's class, the following fields should be
|
||||
set:
|
||||
|
||||
* `takes` - a list of symbolic dependency names for dependencies used by the module
|
||||
|
|
|
@ -34,7 +34,7 @@ step to find more optimal solutions.
|
|||
Routing
|
||||
=======
|
||||
|
||||
Routing is one of the most demanding tasks of the the whole process.
|
||||
Routing is one of the most demanding tasks of the whole process.
|
||||
All possible connections between the placed blocks and the information on
|
||||
the signals propagation timings, form a complex graph.
|
||||
The tool tries to find the optimal path connecting all the placed
|
||||
|
|
Loading…
Reference in New Issue