Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Drive a net with Signal Tap

My understanding is signal tap doesn't have the option of driving a net/pin, which would be very helpful. My question is why?! :) it's a neat feature and should be added IMO.

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You can use the sources/probe ip/megawizard if you want some basic ability to turn on/off a signal.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    thanks everyone for the replies, let's see if we can get someone from Altera to look into this.