Forum Discussion

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

vqm and parameters

hi all,

I have a question regarding the organisation of modules.

At the moment I program my Verilog and VHDL designs in a bunch of files and make a .vqm file at the to have a snapshot of all files together.

This works fine unless you want to pass parameters/generics up to the SOPC builder through a vqm-file.

Is there another good way to merge a whole design into one handy file AND use parameters with the Quartus tool-suite?

Thank you for any hint or suggestion.

Stefan

12 Replies

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

    thanks, see previous post, i updated; got everything working thanks.

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

    I am using Cyclone III. I tried to create the VQM file by forcing the target device as Cyclone II.

    The synthesis failed, because the remote update block is used in my design, which I guess, is only available in Cyclone III.

    Do you know any other method to work around?

    Thanks,