matrixofdynamism
Advanced Member level 2
- Joined
- Apr 17, 2011
- Messages
- 593
- Helped
- 24
- Reputation
- 48
- Reaction score
- 23
- Trophy points
- 1,298
- Activity points
- 7,681
When debugging entities, we may create new signals that are only to be used for debug purpose and no intention to actually synthesize them in the final design exists. Is there a way to do this in VHDL such that these signals can be enabled or disabled in synthesis using a single enable variable or with a "touch of a button"? Otherwise one would have to go through all the design entities and remove them manually.