File: shmidcat.1

package info (click to toggle)
gtkwave 3.3.98-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,200 kB
  • sloc: ansic: 136,610; sh: 4,558; cpp: 2,156; java: 634; makefile: 310; lex: 236; xml: 194; perl: 93; objc: 68; csh: 28; tcl: 25
file content (32 lines) | stat: -rw-r--r-- 1,258 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH "SHMIDCAT" "1" "3.0.8" "Anthony Bybell" "Shared Memory Trampoline"
.SH "NAME"
.LP 
shmidcat \- Copies stdin/file to a shared memory block for \fIgtkwave\fP(1)
.SH "SYNTAX"
.LP 
shmidcat [\fIVCDFILE\fP]
.SH "DESCRIPTION"
.LP 
Copies either the file specified at the command line or stdin (if no file specified) line by line to a shared memory block.  stdout will contain a shared memory ID which should be passed on to \fIgtkwave\fP(1).
.SH "EXAMPLES"
.LP 
To run this program the standard way type:
.TP 
cat whatever.vcd | shmidcat
The shared memory ID is emitted to stdout.
.TP 
shmidcat whatever.vcd | gtkwave \-v \-I whatever.sav
GTKWave directly grabs the ID from stdin.
.SH "LIMITATIONS"
This program is mainly for illustrative and testing purposes only.  Its primary use is for people who wish to write 
interactive VCD dumpers for \fIgtkwave\fP(1) as its source code may be examined, particularly the emit_string() function.
It can also be used to test if an existing VCD file will load properly in interactive mode.  
Note that it can also be used to redirect
VCD files which are written into a pipe to \fIgtkwave\fP(1) in a non-blocking fashion.
.LP
.SH "AUTHORS"
.LP 
Anthony Bybell <bybell@rocketmail.com>
.SH "SEE ALSO"
.LP 
\fIgtkwave\fP(1)