shmidcat (1) Linux Manual Page
shmidcat – Copies stdin/file to a shared memory block for gtkwave(1)
Syntax
shmidcat [VCDFILE]Description
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 gtkwave(1).Examples
To run this program the standard way type:- cat whatever.vcd | shmidcat
- The shared memory ID is emitted to stdout.
- shmidcat whatever.vcd | gtkwave -v -I whatever.sav
- GTKWave directly grabs the ID from stdin.
