Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16556 Discussions

preserve attribute doesn't seem to work for me

RZhen11
New Contributor I
416 Views

Dear Support,

I'm having hard time working with SignalTap, can't find signals I'm interested easily.

 

attribute preserve: boolean;
attribute preserve of Signal1 : signal is true;
attribute preserve of Siganl2 : signal is true;

 

does not help me to find any with filter = SignalTap:pre-synthesis or Post-Fitting. Filter = "Design Entry (all names)" seems give better search results, but still not complete covering all the signals I set to preserve. I'm using the default synthesizer.

And I learned form Altera SignalTap online training, saying the only valid filters to use are: SignalTap:pre-synthesis or  Post-Fitting.

Please comment

0 Kudos
1 Reply
sstrell
Honored Contributor III
404 Views

If a signal does not show up in the Signal Tap pre-synthesis or post-fitting filter, there's a reason why the signal cannot be tapped, such as an output signal to a pin (no route back into the device) or a signal on a carry chain route (no route out of the carry chain).  What are the signal(s) you are trying to tap?

If you can provide code, maybe the forum can help you add code to bring the signal out in a way that it can be tapped. 

#iwork4intel

0 Kudos
Reply