-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我跑了一下,好像没有找到mult_16模块 #1
Comments
您好,mult_16是有符号的16位乘法核,直接在ISE中调用即可,工具将自动生成单独的目录结构。受大小限制没有上传。 |
哦,是这样啊,因为我是用Altera的FPGA做的,我现在想用你的程序做modelsim仿真,需要安装ISE后,再调用modelsim仿真吗?还是说可以直接使用Quartus调用modelsim仿真,只要有mult_16模块就可以了? |
一样的,有乘法核就行。另外,分享的程序仅作为参考,网络参数需要根据自己的实际模型导入,需要一定的时间。目前没有较好的方法。 |
恩,我也大致看了一下你的代码,发现还有其他模块没有上传到github,不过还是有很大参考价值,多谢了 |
为什么用乘法核,而不直接用*,综合使用DSP48E呢?能加个微信吗?你建个群大家进去交流下呢?我的微信:a793625982 |
@hunterlew 大佬,建个微信群吧,好好请教下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在m_conv_5.v文件中第122行
mult_16 u1(.clk(clk_in),.ce(~(rst_n && rst_tmp3)),.p(mult_tmp),.a(map_in),.b(k_in));
需要调用mult_16模块,但是好像你上传的文件中没有该模块,感谢解答
The text was updated successfully, but these errors were encountered: