博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HLS: High-Level Synthesis Operators
阅读量:4326 次
发布时间:2019-06-06

本文共 895 字,大约阅读时间需要 2 分钟。

High-Level Synthesis transforms a C, C++ or SystemC design specification into a Register

Transfer Level (RTL) implementation that in turn can be synthesized into a Xilinx Field
Programmable Gate Array (FPGA).
To perform this task High-Level Synthesis, does the following:
•First elaborate the C, C++ or SystemC source code into an internal database containing
operators.
The operators represent operations in the C code such as additions, multiplications, array reads, and writes.
•During synthesis, High-Level Synthesis maps the operators to cores from the
High-Level Synthesis library.
Cores are the specific hardware components used to create the design (such as
adders, multipliers, pipelined multipliers, and blockRAMs)

 

Reference:

https://www.xilinx.com/support/documentation/sw_manuals/xilinx2013_3/ug902-vivado-high-level-synthesis.pdf

转载于:https://www.cnblogs.com/wordchao/p/11063371.html

你可能感兴趣的文章
HDU5447 Good Numbers
查看>>
08.CXF发布WebService(Java项目)
查看>>
java-集合框架
查看>>
RTMP
查看>>
求一个数的整数次方
查看>>
点云PCL中小细节
查看>>
铁路信号基础
查看>>
Django 学习笔记(五) --- Ajax 传输数据
查看>>
Spring boot 日志 Logback
查看>>
基于OWIN WebAPI 使用OAUTH2授权服务【授权码模式(Authorization Code)】
查看>>
[深入Maven源代码]maven绑定命令行参数到具体插件
查看>>
laravel 分页使用
查看>>
RobotFramework自动化2-自定义关键字
查看>>
centos6.4-x86-64系统更新系统自带Apache Http Server
查看>>
[置顶] 【cocos2d-x入门实战】微信飞机大战之三:飞机要起飞了
查看>>
BABOK - 需求分析(Requirements Analysis)概述
查看>>
第43条:掌握GCD及操作队列的使用时机
查看>>
Windows autoKeras的下载与安装连接
查看>>
CMU Bomblab 答案
查看>>
微信支付之异步通知签名错误
查看>>