Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

DSP Builder and Simulink!

Hello!

I have a question. When we use dsp builder integrated in simulink, then every code (write by matlab) embedded in black box will operates true?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You probably need to elaborate your question a bit... Especially you should clarify what you meant by "every code (written by matlab) embedded in black box"...

    In general, there are two ways to include your HDL in your DSP Builder design:

    - via HDL import... As long as your HDL only utilizes certain subset of megafunctions then the tool can automatically generate a Simulink simulation model for you (so you can simulate your HDL inside your Simulink model as well).

    - via Explicit blackboxing... In this case, you can black box your HDL. The caveat is you are responsible for writing your own Simulink simulation model...