From 8f135382005f8a989ab117296ab31a2c6f8b913a Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Tue, 24 May 2022 13:03:40 -0600 Subject: [PATCH] Fixed two minor documentation typos --- docs/f4pga/modules/index.md | 2 +- docs/flows/pnr.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/f4pga/modules/index.md b/docs/f4pga/modules/index.md index 7083e9a..23248ea 100644 --- a/docs/f4pga/modules/index.md +++ b/docs/f4pga/modules/index.md @@ -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 diff --git a/docs/flows/pnr.rst b/docs/flows/pnr.rst index 6c865e7..5e26ca1 100644 --- a/docs/flows/pnr.rst +++ b/docs/flows/pnr.rst @@ -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