8000 GitHub - Xilinx/SLASH
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Xilinx/SLASH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLASH VRT (V80 RunTime) API

This repository contains SLASH, a SmartNIC platform for Alveo V80. SLASH consists of several components:

  • card management functionality that layers on top of AVED
  • V80 RunTime (VRT): the VRT API implementation, along with examples.
  • (upcoming) 200Gbps MAC implementation for network-attached kernels and SmartNIC applications

The project was tested with AMD Vivado & Vitis tools version 2024.2, kernel version 5.15.

Dependencies

  • libxml2
  • ZeroMQ (zmq) for emulation & simulation
  • jsoncpp for emulation & simulation

To install the dependencies:

sudo apt install libxml2-dev libzmq3-dev libjsoncpp-dev

Submodules

SLASH depends on AVED and QDMA which can be pulled from git using:

git submodule update --init --recursive

Deployment

In order to build and deploy all necessary software for this project to work, follow the steps shown in the deployment instructions.

How to build VRT API documentation

Follow the instructions in the API documentation README.

How to build the examples

A README file can be found in the examples directory. Please follow the instruction given there to proceed.

Known limitations

  • HLS arguments should not be Verilog or VHDL keywords (eg. in, out so on). Some issues may appear in the linker with this configuration.
  • In emulation, HLS kernels must include at least one axi4lite interface to work.
  • In the current version of the linker, a maximum number of 15 kernels can be instantiated. This will be fixed in future versions.

Notes

All the hardware examples are built using the Segmented Configuration flow.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0