Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
You can use the sources/probe ip/megawizard if you want some basic ability to turn on/off a signal.
- Altera_Forum
Honored Contributor
I can imagine a fast "SignalSource" tool as nice Quartus feature. It involves considerable extensions to the existing SignalTap II functionality, e.g. a waveform editor, stimulus trigger definition etc. I'm not sure if Altera is motivated to spend the development resources shortly. But I appreciate the suggestion.
SignalTap II is storing acquired data in internal RAM. It's not too complicated to implement a signal generator that replays stimuli from a RAM filled by the In-Memory-Content-Editor. The SignalTap II trigger output could start the signal generator. This should give the basic functionality you are asking for. - Altera_Forum
Honored Contributor
That would be a nice tool, you should make a suggestion to Altera. I suppose the easiest way to do that kind of functionality at the moment would be to use the source/probe in combination with the in system memory content editor, and use a rising edge detector to trigger sending the ram contents in either a one shot or a continuous loop.
Cheers. - Altera_Forum
Honored Contributor
thanks everyone for the replies, let's see if we can get someone from Altera to look into this.