cholmber / Low_Order_FIRs_in_AIE

Practical coding guidelines for AI Engine kernel development, plus clear explanations of squares and indexing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LowOrderFIRs

This document provides guidance for coding low order FIR filters to run on AI Engines in Xilinx Versal ACAP devices.

The focus is on kernel code development in C using the low-level intrinsic API.

Example code is developed throughout the document, with detailed explanations of intrinsic concepts and parameterization including the permute squares.

A basic understanding of FIR filters, C language, and the Xilinx Vitis tools is presumed.

About

Practical coding guidelines for AI Engine kernel development, plus clear explanations of squares and indexing


Languages

Language:C++ 83.7%Language:C 16.3%