• 大小: 10.38MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-10
  • 语言: 其他
  • 标签: zynq  hls  hls  

资源简介

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.xml
     文件        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.xml
     目录           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\objects.mk
     目录           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.xml
............此处省略289个文件信息

评论

共有 条评论