From 0be7679a0a542e03bc144b7ccacddeebf3ef619c Mon Sep 17 00:00:00 2001 From: Villyam Date: Fri, 13 Dec 2024 14:54:55 +0200 Subject: [PATCH] docs/user_guide/build_hdl.rst: Updating paths in descriptions. Signed-off-by: Villyam --- docs/user_guide/build_hdl.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/user_guide/build_hdl.rst b/docs/user_guide/build_hdl.rst index d565a05a94..24464504d7 100644 --- a/docs/user_guide/build_hdl.rst +++ b/docs/user_guide/build_hdl.rst @@ -788,17 +788,17 @@ This contains the most relevant information that you need to provide. ~/hdl $ls -ltr - $ls -ltr / - $ls -ltr // - $tail /_propel_builder.log - $tail /_radiant.log + $ls -ltr /_bld/ + $ls -ltr /_bld// + $tail /_bld/_propel_builder.log + $tail /_bld/_radiant.log Note that if the **Propel Builder** project fails to build, the **$(PROJECT_NAME)_radiant.log** may not exist. If the Propel Builder project was built successfully, the **sge** folder should appear in the **/** or in the -**/**. +**/_bld/**. The **sge** folder contains the **bsp** folder (Base Support Package) and the SoC configuration files. @@ -826,15 +826,15 @@ The **system_pb.tcl** is sourced in **adi_project_pb** procedure. The **system_project.tcl** runs second. This file is used to create and build the **HDL project** (Radiant). Here we use the output of the Propel Builder project as the **configured IPs** that can be found in the -*///lib* folder and the +*/_bld///lib* folder and the **default block design wrapper** that is the -*///.v*. +*/_bld///.v*. We add them to the Radiant project, then add our **system_top.v** wrapper, the **constraint files** and build the project. The output is a **.bit** file that by default will appear in the -**//impl_1** folder if the project was +**/_bld//impl_1** folder if the project was successfully built. Supported targets of ``make`` command