资源简介
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个文件信息
相关资源
- vivado 2018.3 License
- FFT算法的hls实现
- eetop.cn_Vivado2016.1附件连接.txt
- Vivado license永久(亲测2018.3可用)各种
- 54条指令Vivado工程文件
- vivado18.2的license
- licenceForVivado.7z
- Vivado 2015.2 license
- Vivado 2018.2安装包破解文件及教程亲测
- Vivado下ILA使用指南.docx
- VIVADO 2017.4 license 亲测可用
- jmeter压力测试HLS流的脚本
- vivado2018 SRIO License
- Vivado2018.3_license
- vivado license 兼容2015-2017版本
- Vivado+2017.4+license
- 基于VHDL的vivado2017.4初学者教程对应工
- Vivado2018.1及license,亲测可用
- xilinx jesd204b license
- vivado license 许可证,有效期到2037年!
- xilinx vivado SRIO license
- vivado_license 2018.3
- vivado 蜂鸣器
- 最新vivado2019版本,win和linux都有,安
- modelsim10.6d
- vivado15.2激活license
- vivado上板测试流程,FPGA
- 基于Vivado的精简指令CPU设计
- Xilinx SDx 2018 license 亲测可用
- Vivado dds compiler6.0开发者手册
评论
共有 条评论