[ISSP] In-System Source and Probe -> How to insert to RTL?
- 2 years ago
Hi,
How is it possible to insert the ISSP to RTL?
In IP catalog, choose the ISSP IP, specify the source/probe parameters and enable Use Source Clock. After generating ip, use the instantiation template from _inst.v or _inst.vhd in ip generated folder to your top module.
How to define several ISSP's - each one synchronous to its driving clock??
You can use multiple ISSP IP and declare multiple instances in top module. By enabling Use Source Clock, you can associate each synchronous to its driving clock respectively.
Should I add synchronous stages to ISSP? How?
Probably not need. Regardless single clock domain or multiple clock domains, the tool will automatically handle the synchronization of signals based on the specified clock domains during the insertion process.
Should ISSP be based on the Signal Tap signals? Cannot I define different signals for ISSP and SignalTap?
You can define different signals for ISSP and SignalTap. While inserting ISSP, you can choose the signals you want to monitor, and they don't have to be the same as the ones you use in SignalTap.
Thanks,
Best Regards,
Sheng