Skip to content

Commit

Permalink
docs/user_guide/build_hdl.rst: Updating paths in descriptions.
Browse files Browse the repository at this point in the history
Signed-off-by: Villyam <[email protected]>
  • Loading branch information
Villyam committed Dec 16, 2024
1 parent 10427d6 commit 0be7679
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/user_guide/build_hdl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -788,17 +788,17 @@ This contains the most relevant information that you need to provide.

~/hdl
$ls -ltr <ADI_carrier_proj_dir>
$ls -ltr <ADI_carrier_proj_dir>/<project_name>
$ls -ltr <ADI_carrier_proj_dir>/<project_name>/<project_name>
$tail <ADI_carrier_proj_dir>/<project_name>_propel_builder.log
$tail <ADI_carrier_proj_dir>/<project_name>_radiant.log
$ls -ltr <ADI_carrier_proj_dir>/_bld/<project_name>
$ls -ltr <ADI_carrier_proj_dir>/_bld/<project_name>/<project_name>
$tail <ADI_carrier_proj_dir>/_bld/<project_name>_propel_builder.log
$tail <ADI_carrier_proj_dir>/_bld/<project_name>_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 **<ADI_carrier_proj_dir>/** or in the
**<ADI_carrier_proj_dir>/<project_name>**.
**<ADI_carrier_proj_dir>/_bld/<project_name>**.
The **sge** folder contains the **bsp** folder (Base Support
Package) and the SoC configuration files.

Expand Down Expand Up @@ -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
*<ADI_carrier_proj_dir>/<project_name>/<project_name>/lib* folder and the
*<ADI_carrier_proj_dir>/_bld/<project_name>/<project_name>/lib* folder and the
**default block design wrapper** that is the
*<ADI_carrier_proj_dir>/<project_name>/<project_name>/<project_name>.v*.
*<ADI_carrier_proj_dir>/_bld/<project_name>/<project_name>/<project_name>.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
**<ADI_carrier_proj_dir>/<project_name>/impl_1** folder if the project was
**<ADI_carrier_proj_dir>/_bld/<project_name>/impl_1** folder if the project was
successfully built.

Supported targets of ``make`` command
Expand Down

0 comments on commit 0be7679

Please sign in to comment.