Simulating 2 different devices in a single testbench
Hello,
My system involves 2 FPGAs communication over a Serial Lite III interface in duplex configuration.
The devices are as follows:
1. Arria 10 - project is implemented using Quartus 23.2
2. Stratix 10 - project is implemented using Quartus 23.1
I was able to successfully simulate each top hierarchy in its separate testbench using Questa.
Now, I want to instantiate the 2 top hierarchies under a single unified testbench.
Is this possible ?
How can I handle the separate msim_setup.tcl scripts generated using 2 different Quartus versions ?
Hi,
Seems like some IPs are only available for Stratix 10. If that's the case you may skip steps 3 and 4, straight away go to step 5 manually compare, modify and merge the files mentor/msim_setup.tcl, common/modelsim_files.tcl and common/ncsim_files.tcl between Arria 10 project and Stratix 10 project.
Thanks,
Regards,
Sheng