Matlab Error - Converting (.m) code to VHDL/Verilog Code

1 次查看(过去 30 天)
Hello there,
I'm converting a Matlab Code (.m) to Verilog using Matlab converter (HDL Coder), I got the following error, could you please help me to solve this error?
Fixed-Point Conversion. "class mismatch (coder.internal.indexInt~= embedded.fi {dfix5}. The class to the left is the class of the of the left-hand side of the assignment."
Thanks,

采纳的回答

Tamer
Tamer 2014-9-6
Hello Srinivas ,
I'm using Matlab 2014a
here is the code
for lp=1:km for jr=1:jx Levels(lp,jr)=jj(jr) jr=jr+1; <---- I got this error at this step end lp=lp+1; <---- I got this error at this step end

更多回答(1 个)

Srinivas
Srinivas 2014-7-21
Hello Tamer, It appears you are encountering the error during fixed-point conversion of your code. Can you provide more details on the code? Also, which version of MATLAB are you using?
Thanks.

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by