Forum Discussion
PixelPusher
New Contributor
2 months agoIs there any way to script the creation of a signal tap instance?
I have been trying to see if it is possible to create a signal tap instance using a scripted approach. For example, create an instance, add some signals from the design using wildcards, setup trigger...
KennyT_altera
Super Contributor
2 months agoNo, there is no documented public API to script creation of a Signal Tap instance itself, such as creating an STP, adding signals by wildcard, or defining triggers from scratch.
Sstrell provide the right recommended approach in Quartus Pro, which is block-based design using design partitions. You can keep debug logic in a separate partition and use partition reuse / empty partitions to include or remove it without cluttering the main RTL.