Skip to content

Commit 16b1313

Browse files
author
Jdavidbr-alt
committed
Deployed d0ffa88 to rel-25.1 with MkDocs 1.4.3 and mike 1.1.2
1 parent 64766d6 commit 16b1313

File tree

6 files changed

+238
-203
lines changed

6 files changed

+238
-203
lines changed

rel-25.1/embedded-designs/agilex-5/e-series/premium/egsrd/ug-ehps-agx5e-premium/index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4897,20 +4897,21 @@ <h5> User Flow 2: Testing Complete Flow.</h5>
48974897
</table>
48984898
<h3 id="environment-setup">Environment Setup<a class="headerlink" href="#environment-setup" title="Permanent link">&para;</a></h3>
48994899
<h4 id="tools-download-and-installation">Tools Download and Installation<a class="headerlink" href="#tools-download-and-installation" title="Permanent link">&para;</a></h4>
4900-
<p>1. Quartus Prime Pro
4901-
- Please download Quartus 25.1 version of the software from below website and install.
4902-
<a href="https://www.intel.com/content/www/us/en/software-kit/851652/intel-quartus-prime-pro-edition-design-software-version-25-1-for-linux.html"><em>Quartus 25.1</em></a>
4903-
- Please follow below website, <em>Download and install instructions</em> section.
4904-
<a href="https://www.intel.com/content/www/us/en/software-kit/851652/intel-quartus-prime-pro-edition-design-software-version-25-1-for-linux.html"><em>Download and install instructions</em></a>
4905-
- Set up the Quartus tools in the PATH, so they are accessible without full path.</p>
4906-
<div class="highlight"><pre><span></span><code> ```bash
4907-
export QUARTUS_ROOTDIR=~/altera_pro/25.1/quartus/
4908-
export PATH=$QUARTUS_ROOTDIR/bin:$QUARTUS_ROOTDIR/linux64:$QUARTUS_ROOTDIR/../qsys/bin:$PATH
4909-
```
4900+
<p>1. Quartus Prime Pro</p>
4901+
<ul>
4902+
<li>Download the Quartus® Prime Pro Edition software version 25.1 from the FPGA Software Download Center <a href="https://www.intel.com/content/www/us/en/software-kit/851652/intel-quartus-prime-pro-edition-design-software-version-25-1-for-linux.html">webpage</a> of the Intel website. Follow the on-screen instructions to complete the installation process. Choose an installation directory that is relative to the Quartus® Prime Pro Edition software installation directory.</li>
4903+
</ul>
4904+
<ul>
4905+
<li>Set up the Quartus tools in the PATH, so they are accessible without full path.</li>
4906+
</ul>
4907+
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="w"> </span><span class="nb">export</span><span class="w"> </span><span class="nv">QUARTUS_ROOTDIR</span><span class="o">=</span>~/altera_pro/25.1/quartus/
4908+
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="w"> </span><span class="nb">export</span><span class="w"> </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$QUARTUS_ROOTDIR</span>/bin:<span class="nv">$QUARTUS_ROOTDIR</span>/linux64:<span class="nv">$QUARTUS_ROOTDIR</span>/../qsys/bin:<span class="nv">$PATH</span>
49104909
</code></pre></div>
4911-
<p>2. Win32 Disk Imager
4912-
- Please download and install the latest <a href="https://win32diskimager.org/">Win32 Disk Imager</a>.</p>
4913-
<p>3. Create the top folder to store all the build artifacts:</p>
4910+
<p>2. Win32 Disk Imager</p>
4911+
<ul>
4912+
<li>Please download and install the latest <a href="https://win32diskimager.org/">Win32 Disk Imager</a>.
4913+
3. Create the top folder to store all the build artifacts:</li>
4914+
</ul>
49144915
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="w"> </span><span class="c1"># Create the top folder to store all the build artifacts</span>
49154916
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="w"> </span>sudo<span class="w"> </span>rm<span class="w"> </span>-rf<span class="w"> </span>artifacts.enablement
49164917
<a id="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a><span class="w"> </span>mkdir<span class="w"> </span>artifacts.enablement

0 commit comments

Comments
 (0)