AEsqu
Contributor
2 years agoSupport for multiple instances?
Hello,
With Vivado there is not problem to handle this situation:
The main RTL is synthesized in one vqm.
Then a small top level is synthesized with Synplify,
it instantiates the main level two times (as black boxes).
The 3 VQM are provided to Vivado which places the two main instances and the top without problem.
Now, with Quartus 21.1 pro, this is not working, it sees duplicated modules (as the same VQM for the main is used, this is expected).
Would it be possible for Quartus in the future to support that scenario,
by looking at the full instance path instead of per block?
Thanks,
Alex.