From 75ee2cff8c288fcc2cfd30aa827d878992f81ff9 Mon Sep 17 00:00:00 2001 From: Jordan Lees Date: Wed, 5 Jul 2023 12:18:32 -0700 Subject: [PATCH] Update Custom-Chisel.rst Removed a line which had incorrect info --- docs/Customization/Custom-Chisel.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Customization/Custom-Chisel.rst b/docs/Customization/Custom-Chisel.rst index 5a60ce4b..d40cfa9a 100644 --- a/docs/Customization/Custom-Chisel.rst +++ b/docs/Customization/Custom-Chisel.rst @@ -44,8 +44,7 @@ build.sbt. cd generators/ git submodule add https://git-repository.com/yourproject.git -Then add ``yourproject`` to the Chipyard top-level build.sbt file. -Make sure it goes above the definition `lazy val chipyard`. +Then add ``yourproject`` to the Chipyard top-level build.sbt file. .. code-block:: scala