https://github.com/OFS/oneapi-asp
Intel® oneAPI Accelerator Support Package (ASP)
https://github.com/OFS/oneapi-asp
Last synced: 2 months ago
JSON representation
Intel® oneAPI Accelerator Support Package (ASP)
- Host: GitHub
- URL: https://github.com/OFS/oneapi-asp
- Owner: OFS
- License: mit
- Created: 2023-02-16T21:52:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T22:30:49.000Z (5 months ago)
- Last Synced: 2025-02-20T23:27:58.451Z (4 months ago)
- Language: SystemVerilog
- Homepage:
- Size: 7.4 MB
- Stars: 3
- Watchers: 1
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: Security.md
Awesome Lists containing this project
- awesome-oneapi - oneapi-asp - Intel® oneAPI Accelerator Support Package (ASP) for Open FPGA Stack (OFS) (Table of Contents / Tools and Development)
README
# OneAPI-ASP
## Overview
This repository contains files necessary to generate ASP for OFS reference platforms.
The hardware currently relies on platforms that implement the OFS PCIe TLP
format using AXI-S interfaces, and the software uses OPAE SDK interfaces.## Repo Structure
The repository is structured as follows:
* n6001: contains files specific to n6001 platform used to generate ASP for n6001 platform.
Please refer to README in n6001 directory for more details.* d5005: contains files specific to d5005 platform used to generate ASP for d5005 platform.
Please refer to README in d5005 directory for more details.* common: contains common software code, files shared among different board/platforms.
The software source code that is used to compile MMD/ASP and utilities that are used by the OneAPI runtime to interface with the ASP.
It also contains common hardware design files shared among different board/platforms.