diff --git a/notebooks/advanced/1_custom_transformation_pass.ipynb b/notebooks/advanced/1_custom_transformation_pass.ipynb index f79ea9fc18883fc4b1333092cfd8ad07805b2882..cf749000c2fb887acf69a2f8d6216b5a87de7ba7 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": {