From 1da04b9c3a960805fe134e2726fe5a9bdcf31699 Mon Sep 17 00:00:00 2001 From: egiacomin Date: Wed, 17 Jul 2019 12:19:57 -0600 Subject: [PATCH] Update tutorial_index.md --- tutorials/tutorial_index.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/tutorials/tutorial_index.md b/tutorials/tutorial_index.md index 8198fb6da..bbf95ff86 100644 --- a/tutorials/tutorial_index.md +++ b/tutorials/tutorial_index.md @@ -1,26 +1,20 @@ -# Tutorial introduction - -OpenFPGA an IP Verilog Generator allowing reliable and fast testing of homogeneous architectures.
-Its main goal is to easily and efficiently generated a complete customizable FPGA. It uses a semi-custom design technic.

-These tutorials are organized as follow: -* [Building the tool and his dependancies](https://github.com/LNIS-Projects/OpenFPGA/blob/master/tutorials/building.md) +# Tutorial Introduction +OpenFPGA is an IP Verilog Generator allowing reliable and fast testing of homogeneous FPGA architectures.
+Its main goal is to easily and efficiently generated a complete customizable FPGA and uses a semi-custom design flow.

+In order to help you get in touch with the software, we provide few tutorials which are organized as follow: +* [Building the tool and his dependencies](https://github.com/LNIS-Projects/OpenFPGA/blob/master/tutorials/building.md) * [Launching the flow and understand how it works](https://github.com/LNIS-Projects/OpenFPGA/blob/master/tutorials/fpga_flow/how2use.md) * Architecture modification -## Folder organization - +## Folder Organization OpenFPGA repository is organized as follow: * **abc**: open source synthesys tool * **ace2**: abc extension generating .act files +* **ace2**: abc extension generating activity files (.act) * **vpr7_x2p**: sources of modified vpr * **yosys**: opensource synthesys tool * **fpga_flow**: scripts and dependencies to run the complete flow -## Tips and informations - -Some keywords will be used during this tutorial: +## Tips and Information +Some keywords will be used during in the tutorials: * OPENFPGAPATHKEYWORD: refers to OpenFPGA folder full path - - - -