Guest
#6335966
hi, please i wanna convert my prog matlab to vhdl with hdlcoder, but i'm blocked and i need help.Thank you
matlab to vhdl
Guest
#6335966
hi, please i wanna convert my prog matlab to vhdl with hdlcoder, but i'm blocked and i need help.Thank you
Guest
#6335969
So the block you are experiencing is not reading the fantastic manual?
Guest
#6345735
i have errors here
Guest
#6345738
You're problem is a MATLAB error, not VHDL. If the left is your MATLAB code, try to declare `yl` in the form `f = @(arglist)expression` (https://www.tutorialspoint.com/matlab/matlab_functions.htm)
Guest
#6345740
I meant `y1`
Guest
#6345750
yes i try to convert my code matlab on vhdl
Guest
#6345762
But the Error is in the Matlab code. First write working correct Matlab code. If you did this, then you can generate VHDL. But first fix the Errors in the Matlab code. As stated in the Error message, there is no y1 defined in your code but you use it. ReplyPlease log in before posting. |