资源简介
hls是xilinx的高层次综合,本例子是本人手打经过验证没问题,快速上手hls,例子有部分注释,学习理解hls不错的
代码片段和文件信息
#include “hls_design_meta.h“
const Port_Property HLS_Design_meta::port_props[]={
Port_Property(“s_axi_AXILiteS_AWVALID“ 1 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_AWREADY“ 1 hls_out -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_AWADDR“ 5 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_WVALID“ 1 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_WREADY“ 1 hls_out -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_WDATA“ 32 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_WSTRB“ 4 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_ARVALID“ 1 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_ARREADY“ 1 hls_out -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_ARADDR“ 5 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_RVALID“ 1 hls_out -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_RREADY“ 1 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_RDATA“ 32 hls_out -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_RRESP“ 2 hls_out -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_BVALID“ 1 hls_out -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_BREADY“ 1 hls_in -1 ““ ““ 1)
Port_Property(“s_axi_AXILiteS_BRESP“ 2 hls_out -1 ““ ““ 1)
Port_Property(“ap_clk“ 1 hls_in -1 ““ ““ 1)
Port_Property(“ap_rst_n“ 1 hls_in -1 ““ ““ 1)
Port_Property(“INPUT_STREAM_TDATA“ 24 hls_in 0 “axis“ “in_data“ 1)
Port_Property(“INPUT_STREAM_TKEEP“ 3 hls_in 1 “axis“ “in_data“ 1)
Port_Property(“INPUT_STREAM_TSTRB“ 3 hls_in 2 “axis“ “in_data“ 1)
Port_Property(“INPUT_STREAM_TUSER“ 1 hls_in 3 “axis“ “in_data“ 1)
Port_Property(“INPUT_STREAM_TLAST“ 1 hls_in 4 “axis“ “in_data“ 1)
Port_Property(“INPUT_STREAM_TID“ 1 hls_in 5 “axis“ “in_data“ 1)
Port_Property(“INPUT_STREAM_TDEST“ 1 hls_in 6 “axis“ “in_data“ 1)
Port_Property(“OUTPUT_STREAM_TDATA“ 24 hls_out 7 “axis“ “out_data“ 1)
Port_Property(“OUTPUT_STREAM_TKEEP“ 3 hls_out 8 “axis“ “out_data“ 1)
Port_Property(“OUTPUT_STREAM_TSTRB“ 3 hls_out 9 “axis“ “out_data“ 1)
Port_Property(“OUTPUT_STREAM_TUSER“ 1 hls_out 10 “axis“ “out_data“ 1)
Port_Property(“OUTPUT_STREAM_TLAST“ 1 hls_out 11 “axis“ “out_data“ 1)
Port_Property(“OUTPUT_STREAM_TID“ 1 hls_out 12 “axis“ “out_data“ 1)
Port_Property(“OUTPUT_STREAM_TDEST“ 1 hls_out 13 “axis“ “out_data“ 1)
Port_Property(“INPUT_STREAM_TVALID“ 1 hls_in 6 “axis“ “in_vld“ 1)
Port_Property(“INPUT_STREAM_TREADY“ 1 hls_out 6 “axis“ “in_acc“ 1)
Port_Property(“OUTPUT_STREAM_TVALID“ 1 hls_out 13 “axis“ “out_vld“ 1)
Port_Property(“OUTPUT_STREAM_TREADY“ 1 hls_in 13 “axis“ “out_acc“ 1)
};
const char* HLS_Design_meta::dut_name = “ov5640_rgb2gray“;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-05-04 10:51 hls_rgb2gray\
目录 0 2020-05-04 10:16 hls_rgb2gray\.apc\
目录 0 2020-05-05 09:46 hls_rgb2gray\.apc\.src\
目录 0 2020-05-05 09:46 hls_rgb2gray\.apc\.tb\
文件 359 2020-05-04 10:16 hls_rgb2gray\.apc\autopilot.apfmapping
文件 28867 2020-05-04 11:01 hls_rgb2gray\.cproject
文件 2307 2020-05-04 10:24 hls_rgb2gray\.project
目录 0 2020-05-05 09:46 hls_rgb2gray\.reference\
目录 0 2020-05-04 10:16 hls_rgb2gray\.settings\
文件 2651 2020-05-04 10:16 hls_rgb2gray\.settings\language.settings.xm
文件 2064 2020-05-04 10:16 hls_rgb2gray\.settings\ov5640_rgb2gray.Debug.launch
文件 2068 2020-05-04 10:16 hls_rgb2gray\.settings\ov5640_rgb2gray.Release.launch
文件 6442 2020-05-04 10:59 hls_rgb2gray\.vivado_hls_log_all.xm
目录 0 2020-05-04 10:34 hls_rgb2gray\Debug\
文件 1466 2020-05-04 10:34 hls_rgb2gray\Debug\makefile
文件 239 2020-05-04 10:34 hls_rgb2gray\Debug\ob
目录 0 2020-05-04 10:34 hls_rgb2gray\Debug\source\
文件 10680 2020-05-04 10:34 hls_rgb2gray\Debug\source\ov5640_rgb2gray.d
文件 1922205 2020-05-04 10:34 hls_rgb2gray\Debug\source\ov5640_rgb2gray.o
文件 1180 2020-05-04 10:34 hls_rgb2gray\Debug\source\subdir.mk
文件 562 2020-05-04 10:34 hls_rgb2gray\Debug\sources.mk
目录 0 2020-05-04 10:34 hls_rgb2gray\Debug\src\
文件 10633 2020-05-04 10:34 hls_rgb2gray\Debug\src\ov5640_rgb2gray.d
文件 1922125 2020-05-04 10:34 hls_rgb2gray\Debug\src\ov5640_rgb2gray.o
文件 1058 2020-05-04 10:34 hls_rgb2gray\Debug\src\subdir.mk
目录 0 2020-05-04 10:59 hls_rgb2gray\solution1\
目录 0 2020-05-04 10:59 hls_rgb2gray\solution1\.autopilot\
文件 32 2020-05-04 10:59 hls_rgb2gray\solution1\.autopilot\.automg_exit
文件 22 2020-05-04 10:59 hls_rgb2gray\solution1\.autopilot\.autopilot_exit
目录 0 2020-05-04 10:59 hls_rgb2gray\solution1\.autopilot\db\
文件 54135 2020-05-04 10:59 hls_rgb2gray\solution1\.autopilot\db\.message_syn.xm
............此处省略289个文件信息
- 上一篇:专利软件patentin35
- 下一篇:PSIM-DLL文件生成教程
相关资源
- ZYNQ PS响应PL中断例程
- AMP SOURCE
- 基于ZYNQ的的FPGA基础入门
- vivado高层次综合手册
- zynq 图像处理教程fpga教程,含例程手
- ZYNQ HLS 图像算法
- 一个vivado hls的文档加代码
- hls工具编写的8点fft
- The_Zynq_Book教程资料
- ZYNQ zedboard vxworks bootrom6.9, 7.0 vip镜像
- ZYNQ开发全过程概览
- ZYNQ-ZC7020硬件原理图和PCB图
- pg153-axi-quad-spi.pdf
- Unityshader——HLSL初级教程
- ZedBoard学习手记
- 3_正点原子领航者ZYNQ开发板原理图.
- VxWorks在Zynq平台上的移植详细流程
- zedboard zynq HDMI FPGA工程
- 基于HLS的Tiny_yolo卷积神经网络加速研
- ZYNQ UltraSCALE+ ZCU102 User Guide
- Xilinx_Zynq-7000 、Artix-7、Kintex-7、Virte
- ZYNQ7020LG400_14层核心板
- 嵌入式系统软硬件协同设计实战指南
- Xilinx Zynq-7000嵌入式系统设计与实现
- CG20191102.7z
- ZYNQ PL FPGA UART 串口例程
- GB28181转RTSP、RTMP和HLS
- ALINX黑金Zynq7000开发平台配套教程V1.
- 嵌入式系统软硬件协同设计实战指南
- Miz702 ZYNQ开发教程
评论
共有 条评论