Forum Discussion

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

can we import .vqm in SOPC-builder?

How can I add a component in .vqm format in SOPC-builder?

The .vqm was generated by synplify pro EDA tool.

2 Replies

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

    Actualy I have solved this problem as follows:

    1. rename de .vqm file to .v

    2. add your IP as .v in the platform using the sopc-builder

    and follow the normal flow to generate the .ptf.

    3. rename the .v to .vqm again, modify the _HW.tcl (generated by the sopc-buider) and the

    .qip to point the .vqm instead of the .v

    4. At quartus II, remove the files added automatically. Add the .vqm and the .qip

    5. now you can compile and successfully integrate de synplify vqm in the sopc-builder.

    best regards.