From 24f7be68ccf26c16f0a34023183962bb13da75b8 Mon Sep 17 00:00:00 2001 From: Istvan-Zsolt Szekely Date: Mon, 2 Dec 2024 09:52:38 +0200 Subject: [PATCH] includes: Updated requirements for build in docs Signed-off-by: Istvan-Zsolt Szekely --- docs/user_guide/build_tb.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/build_tb.rst b/docs/user_guide/build_tb.rst index 0e615611..43316fdf 100644 --- a/docs/user_guide/build_tb.rst +++ b/docs/user_guide/build_tb.rst @@ -60,8 +60,12 @@ Building a test bench .. caution:: - Before building any test bench, you must have the environment prepared and the - proper tools. + Before building any test bench, you must have the environment prepared each + time a new terminal session is started: + + #. Set the HDL repository path with ``export ADI_HDL_DIR=``. + + #. Set the Testbenches repository path with ``export ADI_TB_DIR=``. The way of building a test bench in Cygwin and WSL is almost the same. In this example, it is building the **AD7616** test bench.