1TWINWAVE(1) Simulation Wave Viewer Multiplexer TWINWAVE(1)
2
3
4
6 twinwave - Wraps multiple GTKWave sessions in one window
7
9 twinwave <arglist1> + <arglist2>
10
12 Wraps multiple GTKWave sessions in one window with synchronized mark‐
13 ers, horizontal scrolling, and zooming.
14
16 To run this program the standard way type:
17
18 twinwave filename1.vcd filename1.sav + filename2.vcd filename2.sav
19 Two viewers are then opened in one window.
20
22 twinwave uses the GtkSocket/GtkPlug mechanism to embed two gtkwave(1)
23 sessions into one window. The amount of coupling is currently limited
24 to communication of temporal information. Other than that, the two
25 gtkwave processes are isolated from each other as if the viewers were
26 spawned separately. Keep in mind that using the same save file for
27 each session may cause unintended behavior problems if the save file is
28 written back to disk: only the session written last will be saved.
29 (i.e., the save file isn't cloned and made unique to each session.)
30
32 Anthony Bybell <bybell@nc.rr.com>
33
35 gtkwave(1)
36
37
38
39Anthony Bybell 3.0.7 TWINWAVE(1)