Forum Discussion
2 Replies
- Altera_Forum
Honored 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. - Altera_Forum
Honored Contributor
I am adding myself to this as I find this one very valuable.