登录/注册
首页
FPGA
WEB
Linux
Other
AI
Python
OpenCL&HLS
Language
PM
Software
当前位置:
首页
> 2024年5月31日
使用Vitis HLS实现和优化SPECK加解密函数
chanra1n
10个月前
(05-31)
OpenCL&HLS
1645
设计代码如下:// speck_hls.cpp #include "ap_int.h" // 定义密钥和回合数 #define WORD_SIZE 16 #define KEY_SIZE 4 #d...