From b4945a3c1eb0c3b975277c023e688a040aabc654 Mon Sep 17 00:00:00 2001 From: bbleaptrot <35536624+bbleaptrot@users.noreply.github.com> Date: Fri, 2 Apr 2021 15:56:56 -0600 Subject: [PATCH] Update to change information errors --- .../tutorials/arch_modeling/open_cell_libraries_tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorials/arch_modeling/open_cell_libraries_tutorial.rst b/docs/source/tutorials/arch_modeling/open_cell_libraries_tutorial.rst index fa1586ee1..582e14b0f 100644 --- a/docs/source/tutorials/arch_modeling/open_cell_libraries_tutorial.rst +++ b/docs/source/tutorials/arch_modeling/open_cell_libraries_tutorial.rst @@ -6,7 +6,7 @@ Introduction **In this tutorial, we will** - Showcase how to create an architecture description based on standard cells, using OpenFPGA's circuit modeling language - - Use Skywater's Process Development Kit (`PDK`_) cell library to create an OR Gate circuit model for OpenFPGA + - Use Skywater's Process Design Kit (`PDK`_) cell library to create an OR Gate circuit model for OpenFPGA - Verify that the standard cell library file was correctly bound into the selected architecture file by looking at auto-generated OpenFPGA files and checking simulation waveforms in GTKWave Through this example, we will show how to bind standard cell library files with OpenFPGA Architectures. @@ -205,7 +205,7 @@ We have now finished creating the control and viewing the important sections for Clone Skywater PDK into OpenFPGA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -We will be using the open-source Skywater Processor Development Kit to aid us in creating our circuit model. We start by cloning the Skywater PDK github repository into the OpenFPGA root directory. +We will be using the open-source Skywater PDK to aid us in creating our circuit model. We start by cloning the Skywater PDK github repository into the OpenFPGA root directory. Run the following command in the root directory of OpenFPGA: .. code-block:: bash