首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
constant007
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
0
文章 0
沸点 0
赞
0
返回
|
搜索文章
constant007
3年前
关注
cmake message显示
PS C:\mywork\mycpp\helloworld\build> cmake ..[ 50%] Building CXX object CMakeFiles/hel...
0
评论
分享
constant007
3年前
关注
c++ eigen 常用函数
最近需要用 C++ 做一些数值计算,之前一直采用Matlab 混合编程的方式处理矩阵运算,非常麻烦,直到发现了 Eigen 库,简直相见恨晚,好用哭了。 Eigen 是一个...
0
评论
分享
constant007
3年前
关注
hls不支持的c++特性 说明
• The C function must contain the entire functionality of the design. • None of the fu...
0
评论
分享
constant007
3年前
关注
vitis hls从软件c移植到硬件c
参考资料有,可以看Xilinx官方的。 对于动态内存,你只能是强行把你的代码改成静态内存。不支持的,都得自己想办法,不能一概而论。 https://github....
0
评论
分享
constant007
3年前
关注
hls不支持std::vector因为动态内存
Dynamic memory is not allowed in sythesizable code… as such STL items such a vector ar...
0
评论
分享
constant007
3年前
关注
vivado_hls demo 实现LZ77压缩算法
今年寒假我有幸参加了Xilinx的Winter Camp,在Camp上,讲者对HLS整个开发流程做了简单的介绍。为了巩固同学们的学习,主办方特意要求我们在冬令营结束之后自己...
0
评论
分享
constant007
3年前
关注
c++ note
size_t 代表unsigned int 或者unsigned long 在32位系统中size_t是4字节的,在64位系统中,size_t是8字节的,这样利用该类型可以...
0
评论
分享
constant007
3年前
关注
验证工程师经常犯的错误(2) --- 运算符优先级
芯片验证不仅是一个良心活,也是一个细心活。做一个项目,写代码的时间,远远赶不上调试的时间。Q哥最抓狂的就是被一个菜鸟的错误耽误半天工夫。今天就跟大家来聊一聊运算符的优先级问...
0
评论
分享
constant007
3年前
关注
vitis_hls大佬公众号 --推荐
盛碗粥,微信公众号“盛碗粥FPGA”主理人,伦敦帝国理工大学电子工程系博士在读。研究旨在用形式化验证的方法做出面积小性能高的硬件。目前的工作主要是优化高层次综合 (high...
0
评论
分享
constant007
3年前
关注
vitis_hls tcl for L1_Vision_resize_example
https://forums.xilinx.说明中的tcl vitis_hls -f run_hls_standalone.# run_hls_standalone....
0
评论
分享
constant007
3年前
关注
deepsort 算法代码阅读
0
评论
分享
constant007
3年前
关注
linear_assignment
sklearn.utils.linear_assignment_.使用下边的api scipy.optimize.scipy.optimize....
0
评论
分享
constant007
3年前
关注
vitis lib kalman filter
https://xilinx.github.io/Vitis_Libraries/vision/2020.2/api-reference....
0
评论
分享
constant007
3年前
关注
vitis hls fft_demo
* The bit reversal positions are precomputed and stored in the header files.* Z is pre...
0
评论
分享
constant007
3年前
关注
pkg-config / CFLAGS
1. 运行pkg-config --modversion opencv发现现有的opencv是2.4.8。但是仔细没有找到opencv.lib相关文件。。只在/usr/in...
0
评论
分享
constant007
3年前
关注
vitis_hls
https://www.xilinx.com/support/documentation-navigation/design-hubs/dh0090-vitis-hls-h...
0
评论
分享
constant007
3年前
关注
验证工程师经常犯的错误(1)
大家都知道,class变量本身呢只是一个句柄(有点像C语言里面的指针),没有new之前,指向空(null)。当我们进行赋值的时候,只是传递句柄,并没有创建新的对象。...
0
评论
分享
constant007
3年前
关注
cmake/g++/gcc
gcc编译器套件:最简单啦,单文件工程比如helloworld直接使用就行了make&makefile : 小中大型工程肯定要用的啦,大型工程的makefile系统不少也都...
0
评论
分享
constant007
3年前
关注
关于HLS和opencl的一些初步理解
HLS只要把所有的c++/c用到的库函数文件,include进来,告诉编译器这个文件的位置;直接不做修改,按照c++/c去编译,然后转成RTL是可以的,只不过是占用资源和执...
0
评论
分享
constant007
3年前
关注
HLS-Tiny-Tutorials
0
评论
分享
下一页
个人成就
文章被点赞
4
文章被阅读
64,072
掘力值
496
关注了
6
关注者
3
收藏集
0
关注标签
18
加入于
2019-12-22