├── README.md ├── conv_kernel.cpp ├── elf and bin ├── BOOT.BIN ├── convolution.elf └── ee216.elf.bit ├── fig ├── arch.PNG ├── fig_to_base64.py └── result.PNG └── sdsoc reports ├── data_motion.html ├── sds.jou ├── sds.log ├── sds.rpt ├── sds_main.jou ├── sds_main.log └── sds_main.rpt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/README.md -------------------------------------------------------------------------------- /conv_kernel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/conv_kernel.cpp -------------------------------------------------------------------------------- /elf and bin/BOOT.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/elf and bin/BOOT.BIN -------------------------------------------------------------------------------- /elf and bin/convolution.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/elf and bin/convolution.elf -------------------------------------------------------------------------------- /elf and bin/ee216.elf.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/elf and bin/ee216.elf.bit -------------------------------------------------------------------------------- /fig/arch.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/fig/arch.PNG -------------------------------------------------------------------------------- /fig/fig_to_base64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/fig/fig_to_base64.py -------------------------------------------------------------------------------- /fig/result.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/fig/result.PNG -------------------------------------------------------------------------------- /sdsoc reports/data_motion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/sdsoc reports/data_motion.html -------------------------------------------------------------------------------- /sdsoc reports/sds.jou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/sdsoc reports/sds.jou -------------------------------------------------------------------------------- /sdsoc reports/sds.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/sdsoc reports/sds.log -------------------------------------------------------------------------------- /sdsoc reports/sds.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/sdsoc reports/sds.rpt -------------------------------------------------------------------------------- /sdsoc reports/sds_main.jou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/sdsoc reports/sds_main.jou -------------------------------------------------------------------------------- /sdsoc reports/sds_main.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/sdsoc reports/sds_main.log -------------------------------------------------------------------------------- /sdsoc reports/sds_main.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lirui-shanghaitech/A-convolution-kernel-implemented-by-Vivado-HLS/HEAD/sdsoc reports/sds_main.rpt --------------------------------------------------------------------------------