Skip to content

Commit

Permalink
Update main documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 14, 2024
1 parent 67957dc commit 1a80859
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion main/examples/html/footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Tue Aug 13 2024 16:37:17 for Examples Version 2.0.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Aug 14 2024 10:01:01 for Examples Version 2.0.0 by Arm Ltd. All rights reserved.');
};
10 changes: 5 additions & 5 deletions main/infrastructure/html/avh_fvp_artifactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@
<p>You can either download the AVH FVPs directly or rely on the environment setup via the vcpkg configuration in the project. Additionally a user-based license needs to be activated.</p>
<p>Note that AVH FVPs integrations in <a class="el" href="avh_gh_actions.html">GitHub Actions</a> or <a class="el" href="avh_desktop.html">desktop IDEs</a> may provide own built-in mechanisms for environment setup and vcpkg configuration support. Refer to corresponding documentation sections for details.</p>
<h1><a class="anchor" id="avh_fvp_download"></a>
Direct Download</h1>
Direct download</h1>
<p>You can download individual tool artifacts from Arm Tools Artifactory directly using URLs. The AVH FVPs can be found at <a href="https://artifacts.tools.arm.com/avh/">https://artifacts.tools.arm.com/avh/</a>, are organized by release version and packaged for supported host operating systems.</p>
<p>For example to download AVH FVP v11.24.24 for use on Linux with Arm-based CPUs, run the following commands:</p>
<div class="fragment"><div class="line">wget https://artifacts.tools.arm.com/avh/11.24.24/avh-linux-aarch64_11.24_24_Linux64_armv8l.tgz</div>
<div class="line">tar zxvf avh-linux-aarch64_11.24_24_Linux64_armv8l.tgz</div>
<p>For example to download AVH FVP v11.26.11 for use on Linux with Arm-based CPUs, run the following commands:</p>
<div class="fragment"><div class="line">wget https://artifacts.tools.arm.com/avh/11.26.11/avh-linux-aarch64_11.26_11_Linux64_armv8l.tgz</div>
<div class="line">tar zxvf avh-linux-aarch64_11.26_11_Linux64_armv8l.tgz</div>
</div><!-- fragment --><p>In this example, the avh-fvp artifact is downloaded and the extracted models are available locally in <code>./avh-linux-aarch64/bin/models/</code> directory.</p>
<h1><a class="anchor" id="avh_fvp_vcpkg"></a>
Download with vcpkg</h1>
Expand All @@ -148,7 +148,7 @@ <h1><a class="anchor" id="avh_fvp_vcpkg"></a>
<div class="line"> }</div>
<div class="line"> ],</div>
<div class="line"> &quot;requires&quot;: {</div>
<div class="line"> &quot;arm:models/arm/avh-fvp&quot;: &quot;^11.24.24&quot;</div>
<div class="line"> &quot;arm:models/arm/avh-fvp&quot;: &quot;^11.26.11&quot;</div>
<div class="line"> }</div>
<div class="line">}</div>
</div><!-- fragment --><h1><a class="anchor" id="avh_fvp_lic_act"></a>
Expand Down
2 changes: 1 addition & 1 deletion main/infrastructure/html/footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Tue Aug 13 2024 16:37:17 for Infrastructure Version 2.0.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Aug 14 2024 10:01:01 for Infrastructure Version 2.0.0 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/infrastructure/html/navtreedata.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var NAVTREE =
[ "Infrastructure", "index.html", [
[ "Overview", "index.html", null ],
[ "AVH FVPs in Arm Tools Artifactory", "avh_fvp_artifactory.html", [
[ "Direct Download", "avh_fvp_artifactory.html#avh_fvp_download", null ],
[ "Direct download", "avh_fvp_artifactory.html#avh_fvp_download", null ],
[ "Download with vcpkg", "avh_fvp_artifactory.html#avh_fvp_vcpkg", null ],
[ "License management", "avh_fvp_artifactory.html#avh_fvp_lic_act", null ]
] ],
Expand Down
2 changes: 1 addition & 1 deletion main/infrastructure/html/run_mdk_vscode.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h1><a class="anchor" id="mdk_vscode_vcpkg"></a>
<div class="line"> }</div>
<div class="line"> ],</div>
<div class="line"> &quot;requires&quot;: {</div>
<div class="line"> &quot;arm:models/arm/avh-fvp&quot;: &quot;^11.24.24&quot;</div>
<div class="line"> &quot;arm:models/arm/avh-fvp&quot;: &quot;^11.26.11&quot;</div>
<div class="line"> }</div>
<div class="line">}</div>
</div><!-- fragment --><p>Note that in Keil Studio also other artifacts are usually present for build and debug tasks.</p>
Expand Down
2 changes: 1 addition & 1 deletion main/overview/html/footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Tue Aug 13 2024 16:37:17 for Overview Version 2.0.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Aug 14 2024 10:01:01 for Overview Version 2.0.0 by Arm Ltd. All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/simulation/html/footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Tue Aug 13 2024 16:37:22 for AVH FVP models Version 2.0.0 by Arm Ltd. All rights reserved.');
document.write('Generated on Wed Aug 14 2024 10:01:04 for AVH FVP models Version 2.0.0 by Arm Ltd. All rights reserved.');
};

0 comments on commit 1a80859

Please sign in to comment.