Skip to content

Commit 1cb89f8

Browse files
deploy: de17bad #191 (synchronize)
1 parent 75dbe4c commit 1cb89f8

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

pull/191/_sources/user_guide/build_tb.rst.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,12 @@ Repository path setup
147147
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
148148

149149
The make script must know where the cloned HDL and Testbenches repositories are
150-
located. Two variables must be exported, which specify the target directories:
150+
located. One variable must be exported, which specifies the target directory:
151151

152152
.. shell::
153153
:showuser:
154154

155155
$export ADI_HDL_DIR=<path to cloned HDL directory>
156-
$export ADI_TB_DIR=<path to cloned Testbenches directory>
157156

158157
Building a testbench
159158
-------------------------------------------------------------------------------

pull/191/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pull/191/user_guide/build_tb.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -381,19 +381,13 @@ <h3>Windows environment setup<a class="headerlink" href="#windows-environment-se
381381
<section id="repository-path-setup">
382382
<h3>Repository path setup<a class="headerlink" href="#repository-path-setup" title="Link to this heading"></a></h3>
383383
<p>The make script must know where the cloned HDL and Testbenches repositories are
384-
located. Two variables must be exported, which specify the target directories:</p>
384+
located. One variable must be exported, which specifies the target directory:</p>
385385
<div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>user@analog:~$
386386
</pre></div>
387387
</div>
388388
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">export</span><span class="w"> </span><span class="nv">ADI_HDL_DIR</span><span class="o">=</span>&lt;path<span class="w"> </span>to<span class="w"> </span>cloned<span class="w"> </span>HDL<span class="w"> </span>directory&gt;
389389
</pre></div>
390390
</div>
391-
<div class="clear-left"></div></div><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>user@analog:~$
392-
</pre></div>
393-
</div>
394-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">export</span><span class="w"> </span><span class="nv">ADI_TB_DIR</span><span class="o">=</span>&lt;path<span class="w"> </span>to<span class="w"> </span>cloned<span class="w"> </span>Testbenches<span class="w"> </span>directory&gt;
395-
</pre></div>
396-
</div>
397391
<div class="clear-left"></div></div></div></section>
398392
</section>
399393
<section id="building-a-testbench">

0 commit comments

Comments
 (0)