Made two minor text edits.

Signed-off-by: Brent Nelson <nelson@ee.byu.edu>
This commit is contained in:
Brent Nelson 2021-06-23 13:54:10 -06:00
parent 49231bde93
commit eb06e989ea
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Customizing the Makefiles from Symbiflow-examples For Your Own Designs
=======================================================================
A key step in creating your own designs is understanding how to use the Makefiles in symbiflow. This tutorial walks you through some of the key aspects of working with the Makefiles in symbiflow to allow for better debugging.
A key step in creating your own designs is understanding how to use the Makefiles in symbiflow-examples. This tutorial walks you through some of the key aspects of working with the Makefiles in symbiflow-examples to allow for better debugging.
Example
-------
@ -85,7 +85,9 @@ To include SystemVerilog in your design simply change the ``*.v`` above to a ``*
Setting the Board Type and Part Name
-------------------------------------
Line 5 in the example defines the device architecture for the project. Several different board types are supported and a listing of the commands for each board type follow:
Line 5 in the example defines the board type for the project. The use of the term DEVICE may be confusing, but it does refer to a board type as you can see from the context below.
Several different board types are supported and a listing of the commands for each board type follow:
.. tabs::