Playing with Verilator and GTKWave
Contents
Verilator basics
Basic steps for a simulation of an ALU in Verilator is given in this link.
GTKWave customization
There are two way to customize the GTKWave rendering :
- TCL scripts:
gtkwavercconfiguration file:
Command
gtkwave -S tcl_script.tcl waveform.vcd GTKWave will look for .gtkwaverc in:
- Locally where GTKWave is launched.
- In the user home directory.