# VHT **Repository Path**: mirrors_ARM-software/VHT ## Basic Information - **Project Name**: VHT - **Description**: AVH-FVP: Arm Virtual Hardware - Fixed Virtual Platform - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AVH FVPs: Developer Resources This repository explains the use of Arm Virtual Hardware on Fixed Virtual Platforms (AVH FVP). The [documentation](https://arm-software.github.io/AVH/main/overview/html/index.html) describes how to integrate AVH FVPs into typical CI/CD workflows as well as desktop development environments. Additional interface drivers are provided that map to virtual targets and physical hardware along with Python scripts for I/O simulation. ## Examples The table below lists some of the example projects that demonstrate the usage of AVH FVPs. Also see [Examples](https://arm-software.github.io/AVH/main/examples/html/index.html) in the documentation. Examples | Description :--------------|:-------------------------------------------------- [AVH-Hello](https://github.com/Arm-Examples/AVH-Hello) | Hello world example for AVH FVPs with support of GitHub Actions for build and run [AVH_CI_Template](https://github.com/Arm-Examples/AVH_CI_Template) | Simple example with unit tests that shows the CI setup with AVH FVPs using GitHub Actions [AVH-VSI Examples](https://github.com/Arm-Examples/AVH-VSI) | Simple examples that demonstrate use of Virtual Streaming Interface (VSI) in different use cases [AVH-MLOps](https://github.com/ARM-software/AVH-MLOps) | A set of tools and software components and examples showcasing MLOps systems with AVH FVPs [CMSIS-Core Validation](https://github.com/ARM-software/CMSIS_6/tree/main/CMSIS/CoreValidation) | Test suite for validating CMSIS-Core implementations on Cortex-M cores using different toolchains and AVH FVPs [CMSIS-RTOS2 Validation](https://github.com/Arm-Software/CMSIS-RTOS2_Validation) | Test suite for validating CMSIS-RTOS2 implementations on Cortex-M cores using different toolchains and AVH FVPs ## Directory Structure The content of this repository: Directory | Description :--------------|:-------------------------------------------------- [interface](https://github.com/ARM-software/AVH/tree/main/interface) | [Virtual Interface APIs](https://arm-software.github.io/AVH/main/simulation/html/group__arm__cmvp.html) with drivers and Python scripts. [infrastructure](https://github.com/ARM-software/AVH/tree/main/infrastructure) | Scripts that help to integrate the [infrastructure services](https://arm-software.github.io/AVH/main/infrastructure/html/index.html) into workflows. Doxygen | Doxygen sources for Arm Virtual Hardware FVP documentation. Documentation | Temporary output directory for the [documentation](https://arm-software.github.io/AVH/main/overview/html/index.html). ## Issues Please feel free to raise an [issue on GitHub](https://github.com/ARM-software/AVH/issues) to report misbehavior (i.e. bugs) or start discussions about enhancements. This is your best way to interact directly with the maintenance team and the community. Copyright (C) 2021-2025, Arm Ltd.