From eb06e989ea0215088cf1839f529bd6882cb87506 Mon Sep 17 00:00:00 2001 From: Brent Nelson Date: Wed, 23 Jun 2021 13:54:10 -0600 Subject: [PATCH] Made two minor text edits. Signed-off-by: Brent Nelson --- docs/Understanding-Makefile.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Understanding-Makefile.rst b/docs/Understanding-Makefile.rst index 5cef2fb..6b05dba 100644 --- a/docs/Understanding-Makefile.rst +++ b/docs/Understanding-Makefile.rst @@ -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::