Forum Discussion
KennyT_altera
Super Contributor
13 days 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.