From: nust alina on
"Tito FR" <tarek.1982(a)gmail.com> wrote in message <hqmjep$453$1(a)fred.mathworks.com>...
> Hi,
>
> Is it possible to transform an M-file into a VHDL code synthetisable with Xilinx FPGA.
> What's the method to do for this transformation: for exemple how to do to change an program with square root and sorting a table inton an HDL program.
> Is it a method to do that ?
> Thanks


hi,

well i am trying to use simulink to convert matlab code to verilog/vhdl. the problem with it is that, i ve to import data to simulink. the data is a Double Complex array. When i run the simulation and error is given "data input format not supported" can any one tell me how can i import Double Complex data to simulink????