From 2abc308579d53d920b43653f50dc04f74b3ed09b Mon Sep 17 00:00:00 2001 From: auphelia <jakobapk@web.de> Date: Thu, 7 May 2020 18:50:34 +0100 Subject: [PATCH] [Notebook] fix spacing error in notebook about transformation passes --- .../advanced/1_custom_transformation_pass.ipynb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/notebooks/advanced/1_custom_transformation_pass.ipynb b/notebooks/advanced/1_custom_transformation_pass.ipynb index f79ea9fc1..cf749000c 100644 --- a/notebooks/advanced/1_custom_transformation_pass.ipynb +++ b/notebooks/advanced/1_custom_transformation_pass.ipynb @@ -286,7 +286,7 @@ "source": [ "## Parallel Transformation\n", "---------------------------------\n", - "Some of the transformations in FINN can be performed in parallel on individual nodes. The followingNodeLocalTransformation is required for this:" + "Some of the transformations in FINN can be performed in parallel on individual nodes. The following `NodeLocalTransformation` is required for this:" ] }, { @@ -435,16 +435,6 @@ "source": [ "The class is derived from the NodeLocalTransformation class and performs the compilation at every node that is fpgadataflow node." ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "At the moment FINN supports parallelization for the following transformations:\n", - "* `Compile` (Compilation of the generated c++ code for each node)\n", - "* `HLSSynth_IPGen` (Synthesis and ip block generation of the hls code for each node)\n", - "* `PrepareRTLSim` (Creation of the files to emulate a node using PyVerilator)" - ] } ], "metadata": { -- GitLab