HDL Coder Not Working

5 次查看(过去 30 天)
Paul Sand
Paul Sand 2019-1-17
回答: Paul Sand 2019-1-18
I am trying to get HDL Coder working.
Using Matlab r2015a_a.
Matlab function:
function [x] = add2num(a,b)
x = a+b;
end
Matlab Test Function
f1 = add2num(1, 0.2);
f2 = add2num(2, 0.4);
Define Input Types - pass
Fixed-Point Conversion - FAILS.
Error Report: Build Log: 1 sh: add2num_float_mex_mex.sh: No such file or directory
Anyone know what's wrong?
Thanks
Swim114team

采纳的回答

Paul Sand
Paul Sand 2019-1-18
Found the problem. It was our .cshrc file.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 HDL Coder 的更多信息

标签

产品


版本

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by