You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/ambaviz.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ tool_install: true # Set to true to be listed in main selection pag
27
27
multi_install: false # Set to true if first page of multi-page article, else false
28
28
multitool_install_part: false # Set to true if a sub-page of a multi-page article, else false
29
29
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
30
+
test_maintenance: true
31
+
test_images:
32
+
- ubuntu:latest
33
+
30
34
---
31
35
32
36
[Arm AMBA Viz](https://www.arm.com/products/development-tools/embedded-and-software/amba-viz) is a tool to visualize AMBA events to accelerate SoC verification. This guide is for SoC verification and validation engineers to efficiently analyze hardware signals in their designs.
@@ -49,23 +53,23 @@ AMBA Viz requires a Linux host machine with Java 11 or JavaFX.
49
53
50
54
Extract the software from the bundle to the desired install location. For example:
51
55
52
-
```command
56
+
```console
53
57
tar -xf ambaviz.tar.gz
54
58
```
55
59
56
60
Navigate to the newly-created `ambaviz-<version>` folder, and run the following script to set up environment variables:
57
61
58
62
#### sh/bash
59
-
```command
63
+
```console
60
64
source sourceMe.sh
61
65
```
62
66
#### csh
63
-
```command
67
+
```console
64
68
sourceMe.csh
65
69
```
66
70
67
71
The AMBA Viz Release Notes provide full installation instructions, located in the extracted directory at:
68
-
```command
72
+
```console
69
73
docs/public/assets/pdfs/ambaviz-release-note.pdf
70
74
```
71
75
@@ -78,17 +82,17 @@ License set up instructions are available in the [Arm License install guide](/in
78
82
## Get started
79
83
80
84
Typically, AMBA Viz is launched with a waveform file:
81
-
```command
85
+
```console
82
86
ambaviz -f <waveform_file>
83
87
```
84
88
85
89
A proprietary `AVDB` waveform format is recommended to improve the performance of AMBA Viz.
86
90
87
91
To convert `VCD` or `FSDB` files to this format, use the `wave2avdb` script, for example:
88
-
```command
92
+
```console
89
93
wave2avdb -d cmn600 -f waves.vcd -o waves.avdb
90
94
```
91
95
The User Guide provides full usage instructions, located in the extracted directory at:
Copy file name to clipboardExpand all lines: content/install-guides/ams.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ tool_install: true # Set to true to be listed in main selection pag
28
28
multi_install: false # Set to true if first page of multi-page article, else false
29
29
multitool_install_part: false # Set to true if a sub-page of a multi-page article, else false
30
30
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
31
+
test_maintenance: true
32
+
test_images:
33
+
- ubuntu:latest
31
34
---
32
35
[Arm Performance Studio](https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Studio%20for%20Mobile) (formally known as `Arm Mobile Studio`) is a performance analysis tool suite for various application developers:
33
36
@@ -57,7 +60,7 @@ Run the supplied `Arm_Performance_Studio_<version>_windows_x86-64.exe` installer
57
60
### Linux
58
61
59
62
Unpack the supplied `Arm Performance Studio` bundle to the desired location. For example:
60
-
```command
63
+
```console
61
64
tar -xf Arm_Performance_Studio_2024.3_linux_x86-64.tgz
Ansible is an open source, command-line automation used to configure systems and deploy software.
21
21
22
-
Ansible command-line tools can be installed on a variety of Linux distributions.
22
+
Ansible command-line tools can be installed on a variety of Linux distributions.
23
23
24
24
[General installation information](https://docs.ansible.com/ansible/latest/installation_guide/installation_distros.html) is available which covers all supported operating systems, but it doesn't talk about Arm-based hosts.
25
25
@@ -41,7 +41,7 @@ aarch64
41
41
42
42
If you see a different result, you are not using an Arm-based machine running 64-bit Linux.
43
43
44
-
## How do I download and install Ansible for Ubuntu on Arm?
44
+
## How do I download and install Ansible for Ubuntu on Arm?
45
45
46
46
The easiest way to install the latest version of Ansible for Ubuntu on Arm is to use the PPA (Personal Package Archive).
0 commit comments