你的位置:EETOP 赛灵思(Xilinx) 社区 >> >> 全部 >> 详细内容

Implementing Memory Structures for Video Processing in the Vivado HLS Tool

发布者:jackzhang 时间:2012-10-21 21:36:47

This application note describes the main considerations when implementing an image or video
processing algorithm with the Vivado™ High-Level Synthesis (HLS) tool. These kinds of
algorithms, which are predominantly computation intensive, are natural candidates for
hardware implementation with the HLS tool. The techniques described in this application note
cover the basics of video algorithm implementation in the HLS tool in terms of synchronization
signal handling and memory architectures. Regardless of the exact computation in the user
algorithm, these types of applications are memory intensive. The memory architecture
expressed in the algorithm has a direct correlation to overall system performance and hardware
resource consumption. The recommendations on memory buffer architecture presented in this
application note are applicable to Vivado HLS designs on all Xilinx FPGAs.

最新课程

  • 深入浅出玩儿转FPGA

    本视频基于Xilinx公司的Artix-7FPGA器件以及各种丰富的入门和进阶外设,提供了一些典型的工程实例,帮助读者从FPGA基础知识、逻辑设计概念

  • 从零开始大战FPGA基础篇

    本课程为“从零开始大战FPGA”系列课程的基础篇。课程通俗易懂、逻辑性强、示例丰富,课程中尤其强调在设计过程中对“时序”和“逻辑”的把控,以及硬件描述语言与硬件电路相对应的“

  • Verilog基础及典型数字

    课程中首先会给大家讲解在企业中一般数字电路从算法到流片这整个过程中会涉及到哪些流程,都分别使用什么工具,以及其中每个流程都分别做了