home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / verilog / 342 < prev    next >
Encoding:
Text File  |  1992-09-11  |  2.2 KB  |  62 lines

  1. Newsgroups: comp.lang.verilog
  2. Path: sparky!uunet!decwrl!pa.dec.com!engage.pko.dec.com!ecadsr.enet.dec.com!hampton
  3. From: hampton@ecadsr.enet.dec.com (Jonathan D. Hampton)
  4. Subject: Re: Displaying waveforms?
  5. Message-ID: <1992Sep11.131604.17123@engage.pko.dec.com>
  6. Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
  7. Organization: Digital Equipment Corporation
  8. References: <1992Sep9.142630.9560@engage.pko.dec.com> <1992Sep9.185430.19969@tandem.com> <ERICJ.92Sep9140157@calcutta.cfsat.Honeywell.COM>
  9. Date: Fri, 11 Sep 1992 14:09:12 GMT
  10. Lines: 50
  11.  
  12.  
  13. In article <ERICJ.92Sep9140157@calcutta.cfsat.Honeywell.COM>, ericj@hwcae.Honeywell.COM (Eric Jacobsen) writes...
  14. >   In article <1992Sep9.142630.9560@engage.pko.dec.com>, hampton@ecadsr.enet.dec.com (Jonathan D. Hampton) writes:
  15. >   > 
  16. >   > I'm using Cadence's VERILOG-XL tool and I was wondering if anyone
  17. >   > can tell me how to display simulation results as waveforms on the screen
  18. >   > or in a file.  The tutorial mentions a graphical output facility, but
  19. >   > the manuals do not.
  20. >   > 
  21. >Assuming your system has all the appropriate hooks, all you need in your
  22. >code is:
  23. >    $gr_waves( "label", signal,
  24. >           "label2", signal2,
  25. >           "bus", bus_name,
  26. >           "more", stuff );
  27. >Up to 21 labels (I think) can be displayed in one group. You can define
  28. >more than one group and switch between them.
  29. >Put the $gr_waves(...); in your .vt file.
  30. >Hope this helps...
  31. >--
  32. >*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  33. >* Eric Jacobsen        Honeywell Inc.                           *
  34. >|     1-602-436-3941   Commercial Flight Systems, Air Transport |
  35. >* HVN       436-3941   US Mail: P.O. Box 21111, MS 2Q34C1       *
  36. >| FAX 1-602-436-1310   Phoenix AZ 85036-1111                    |
  37. >* INet: ericj@hwcae.honeywell.com                               *
  38. >| UUCP: uunet!hwcae.honeywell.com!ericj@uunet.uu.net            |
  39. >* The opinions expressed are my own and therefore better        *
  40. >| thought out than my employer's.                               |
  41. >*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  42.  
  43. Thanks to all who replied here and by mail!  I found the manual.
  44.  
  45. Hamp
  46.  
  47.  
  48. -----
  49.  
  50. Jonathan "Hamp" Hampton       hampton@ecadsr.enet.dec.com
  51.  
  52.  
  53.     "Zipperphobia?  *BUTTON* your fly!"
  54.  
  55. -----
  56.