Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe attribute no prune works for sure but there is a second way to do it.
If you put signaltap in pre-synthesis mode (after you've done an elaboration) you will be able to selected fanless ouput signals. This has the advantage that if signaltap is not instantiated the node will be synthesised away and wont waste cells and you don't need to do special attribute tricks. Eg entity port usefull1 ... debug_out1 --> unconnected --> connect it to stp if you need it: Hopefully helpfull