post process all nets

E

Erik Wanta

Guest
I desire to post process all nets in the results directory. That is, I
want to do a getData on the results for all the nets. Any ideas on how
to get a list of all the nets in the design?
---
Erik
 
On Mon, 06 Nov 2006 21:29:55 -0800, Erik Wanta wrote:

I desire to post process all nets in the results directory. That is, I
want to do a getData on the results for all the nets. Any ideas on how
to get a list of all the nets in the design?
---
Erik
After the simulation, you can use
outputs()

to get a list of all available getData signals. From this you can derive
the signal names :)
 

Welcome to EDABoard.com

Sponsor

Back
Top