Forum Discussion

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

generate a .vqm file

hi,

i am using a Cyclone II FPGA and i want to generate a vqm file by the Quartus II Compiler. When i compile my design , sometimes a ASCII text file is created, and sometimes a binary file. what should i do in order to create a ASCII text file,instead of a binary file?

12 Replies

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

    --- Quote Start ---

    I'm using cyclone III (e3c780f120), but I understand why it should matter, we are talking about synthesis stage, not about a device feature. :confused:

    --- Quote End ---

    The vqm files are only supported unitl StratixII and CycloneII. The feature is for newer devices disabled. In past vqm files were used e.g. for import of an optimized design into a new project. For newer devices Altera recommends to use the partition flow.

    Kind regards

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

    --- Quote Start ---

    Hi,

    I assume that this block is an SRAM-Controller ? That is excatly what mean with an

    third party IP block. Did you get the source of the Controller ? If not , I'm pretty sure that a vqm file of this block will be encrypted.

    Kind regards

    GPK

    --- Quote End ---

    hi,

    i have understood what you mean,thank you for your help.