( ESNUG 287 Item 8 ) ---------------------------------------------- [4/30/98]
Subject: ( ESNUG 286 #10 ) Using My Cadence Simwave To View Synopsys VSS?
> Does anybody know of a better waveform viewer than the lousy one that comes
> with Synopsys VSS, yet is compatible with the Synopsys simulator? I have
> the simwave tool from Cadence for our verilog simulations. Is there any
> way to use it (compatibility wise) with vhdlsim?
>
> - Salman
> NASA Goddard Space Flight Center Greenbelt, Maryland
From: [ A Synopsys DW R&D Engineer ]
John,
VSS is capable of outputting VCD (Verilog Change Dump) files instead of/
in addition to its normal format. The two commands required (on the
simulator command line) are "vcdfile <filename>" and "vcdaddobjects 0
<path>". The command
vcdaddobjects 0 *'signal
will trace all signals at the current level of hierarchy.
- [ A Synopsys DW R&D Engineer ]
|
|