Altera_Forum
Honored Contributor
11 years agoData compatibility between simulink and altera blocks
Hi,
first le me ask you, if it is possible to mix the simulink and altera blocks in one design? So can the dsp builder translate the standard simulink blocks into a vhdl file or qurtus project? So far, I think it should work, but there is a problem between the data format, i cannot solve until now. For example, I use an altera input with signed integer 32bit (its displayed as INT_32). Now, i want to drive a simulink block with the same data format. But simulink doesn`t accept this data. Furthermore, simulink displays signed integer 32bit as int32. So what causes the incompatibility? Both data formats are definitly signed integer 32bit. How can this be solved? Thank you in advance.