Forum Discussion

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

using blocks from different libraries in M-file

Hi everyone,

Can I use blocks from dsp builder blockset and communication blockset libraries together in my design and then compile with signal compiler to generate a quartus project?

Thanks for answering me

1 Reply

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

    You can use stuff from the commincation blockset outside of the synthesizable part of your DSP Builder design. Signal Compiler cannot generate hardware from these blocks however and putting them in the synthesizable part of your design will result in an error.

    You may be able to use Black box subsystems to get around this if you already have HDL generated for these blocks.