Skip to content
/ vcd2gtkw Public

Script to create a GTKWave save file from a VCD (Value Change Dump)

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

amb5l/vcd2gtkw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcd2gtkw

This script creates a GTKWave waveform save file from a value change dump file.

Waves are added in the order that they are found in the VCD, which normally matches the order of port and signal declarations in the design source.

Comments are added to delineate design units, and wave colours are cycled as design units and hierarchy levels are traversed.

The user may specify the number of hierarchy levels to descend when adding signals; by default, all signals are included.

Usage:

vcd2gtkw.sh vcd_filename gtkw_filename <levels>
  vcd_filename = value change dump filename
  gtkw_filename = GTKWave waveform save filename
  levels = hierarchy levels to include (optional), defaults to 0 (all)

Example:

example screenshot

About

Script to create a GTKWave save file from a VCD (Value Change Dump)

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages