资源简介
Vivado_HLS_Tutorial实验所用文件,从xilinx官网上下的最新的文件,包含了几个实验,可以快速掌握高层次综合,配合着教程看http://download.csdn.net/detail/chanshi1988/5414221

代码片段和文件信息
/*******************************************************************************
Vendor: Xilinx
Associated Filename: window_fn_test.cpp
Purpose: Vivado HLS tutorial example
Revision History: March 13 2012 - initial release
*******************************************************************************
Copyright (C) 2013 XILINX Inc.
This file contains confidential and proprietary information of Xilinx Inc. and
is protected under U.S. and international copyright and other intellectual
property laws.
DISCLAIMER
This disclaimer is not a license and does not grant any rights to the materials
distributed herewith. Except as otherwise provided in a valid license issued to
you by Xilinx and to the maximum extent permitted by applicable law:
(1) THESE MATERIALS ARE MADE AVAILABLE “AS IS“ AND WITH ALL FAULTS AND XILINX
HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS EXPRESS IMPLIED OR STATUTORY
INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY NON-INFRINGEMENT OR
FITNESS FOR ANY PARTICULAR PURPOSE; and (2) Xilinx shall not be liable (whether
in contract or tort including negligence or under any other theory of
liability) for any loss or damage of any kind or nature related to arising under
or in connection with these materials including for any direct or any indirect
special incidental or consequential loss or damage (including loss of data
profits goodwill or any type of loss or damage suffered as a result of any
action brought by a third party) even if such damage or loss was reasonably
foreseeable or Xilinx had been advised of the possibility of the same.
CRITICAL APPLICATIONS
Xilinx products are not designed or intended to be fail-safe or for use in any
application requiring fail-safe performance such as life-support or safety
devices or systems Class III medical devices nuclear facilities applications
related to the deployment of airbags or any other applications that could lead
to death personal injury or severe property or environmental damage
(individually and collectively “Critical Applications“). Customer assumes the
sole risk and liability of any use of Xilinx products in Critical Applications
subject only to applicable laws and regulations governing limitations on product
liability.
THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS PART OF THIS FILE AT
ALL TIMES.
*******************************************************************************/
#include
#include
using namespace std;
#include “window_fn_top.h“
#ifdef FLOAT_DATA
#define ABS_ERR_THRESH 0.0
#else
#define ABS_ERR_THRESH 0.001
#endif
#define WINDOW_FN_DEBUG 1
int main(void)
{
win_fn_in_t testdata[WIN_LEN];
win_fn_out_t hw_result[WIN_LEN];
float sw_result[WIN_LEN];
unsigned err_cnt = 0;
// Generate test vectors and expected (real valued) results
for (int i = 0; i < WIN_LEN; i++) {
float samp_i = 64.0;
//
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3304 2013-03-07 18:47 Vivado_HLS_Tutorial\Arbitrary_Precision\lab1\run_hls.tcl
文件 5211 2013-03-07 18:40 Vivado_HLS_Tutorial\Arbitrary_Precision\lab1\window_fn_class.h
文件 4287 2013-03-07 18:40 Vivado_HLS_Tutorial\Arbitrary_Precision\lab1\window_fn_test.cpp
文件 3383 2013-03-07 18:54 Vivado_HLS_Tutorial\Arbitrary_Precision\lab1\window_fn_top.cpp
文件 3087 2013-03-07 18:41 Vivado_HLS_Tutorial\Arbitrary_Precision\lab1\window_fn_top.h
文件 3304 2013-03-07 18:47 Vivado_HLS_Tutorial\Arbitrary_Precision\lab2\run_hls.tcl
文件 5222 2013-03-03 18:43 Vivado_HLS_Tutorial\Arbitrary_Precision\lab2\window_fn_class.h
文件 4287 2013-03-07 18:40 Vivado_HLS_Tutorial\Arbitrary_Precision\lab2\window_fn_test.cpp
文件 3383 2013-03-07 18:54 Vivado_HLS_Tutorial\Arbitrary_Precision\lab2\window_fn_top.cpp
文件 3283 2013-03-03 18:43 Vivado_HLS_Tutorial\Arbitrary_Precision\lab2\window_fn_top.h
文件 3705 2013-03-07 11:35 Vivado_HLS_Tutorial\C_Validation\lab1\hamming_window.c
文件 3478 2013-03-07 11:38 Vivado_HLS_Tutorial\C_Validation\lab1\hamming_window.h
文件 4307 2013-03-07 13:47 Vivado_HLS_Tutorial\C_Validation\lab1\hamming_window_test.c
文件 3312 2013-03-07 11:19 Vivado_HLS_Tutorial\C_Validation\lab1\run_hls.tcl
文件 3705 2013-03-07 11:35 Vivado_HLS_Tutorial\C_Validation\lab2\hamming_window.c
文件 3556 2013-03-07 15:09 Vivado_HLS_Tutorial\C_Validation\lab2\hamming_window.h
文件 4399 2013-03-07 16:03 Vivado_HLS_Tutorial\C_Validation\lab2\hamming_window_test.c
文件 3312 2013-03-07 11:19 Vivado_HLS_Tutorial\C_Validation\lab2\run_hls.tcl
文件 3707 2013-03-07 16:02 Vivado_HLS_Tutorial\C_Validation\lab3\hamming_window.cpp
文件 3642 2013-03-07 16:14 Vivado_HLS_Tutorial\C_Validation\lab3\hamming_window.h
文件 4203 2013-03-07 16:08 Vivado_HLS_Tutorial\C_Validation\lab3\hamming_window_test.cpp
文件 3316 2013-03-07 16:02 Vivado_HLS_Tutorial\C_Validation\lab3\run_hls.tcl
文件 4812 2013-03-07 11:10 Vivado_HLS_Tutorial\Design_Analysis\lab1\dct.cpp
文件 429 2012-09-26 15:27 Vivado_HLS_Tutorial\Design_Analysis\lab1\dct.h
文件 455 2011-07-08 15:13 Vivado_HLS_Tutorial\Design_Analysis\lab1\dct_coeff_table.txt
文件 821 2012-09-26 15:30 Vivado_HLS_Tutorial\Design_Analysis\lab1\dct_test.cpp
文件 13595 2011-07-08 15:13 Vivado_HLS_Tutorial\Design_Analysis\lab1\in.dat
文件 450 2012-09-26 13:44 Vivado_HLS_Tutorial\Design_Analysis\lab1\out.golden.dat
文件 3322 2013-02-27 12:33 Vivado_HLS_Tutorial\Design_Analysis\lab1\run_hls.tcl
文件 3117 2013-03-08 21:25 Vivado_HLS_Tutorial\Design_Optimization\lab1\matrixmul.cpp
............此处省略198个文件信息
相关资源
- Vivado2019.2 lic 基础的都可以用
- zynq下pcie nvme硬盘接口实现
- Vivado时序分析高级使用技巧详解.zip
- ffmpeg转码为hls代码
- vivado时序菜鸟学习
- vivado HLS图像处理了解
- H5视频播放工具hls.js
- XILINX官方HLS视频课程学习总结 .pdf
- ALINX基于Vivado的MicroBlaze基础教程.pdf
- xilinx vivado srio license (各版本亲测可
- HLSL基础教程完整篇
- 基于FPGA开发的小游戏
- 手把手教你基于ViVado构建MicroBlaze软核
- zcu10_PS端LED开关工程
-
ug898-vivado-em
bedded-design - 基于vivado平台的zynq PicoBlaze
- Isidoro-ShadowMapping
- ADI ad9361 vivado 下源代码
- Vivado高级使用技巧-使用误区及进阶
- Xilinx HLS Bluebook 超清带书签PDF版
- 基于Xilinx Zynq-7000的AD7414试验
- Vivado设计流程
- AX7103黑金Verilog教程
- FPGA数字信号处理五Vivado FIR IP核实现
- FPGA数字信号处理六直接型IIR滤波器
- FPGA数字信号处理三串行FIR滤波器Ver
- hls 教程zynq 7000 fpga教程,超过200页的
- Vivado使用手册
- HLS_Server
- hls_rgb2gray.zip
评论
共有 条评论