Contents

Playing with Verilator and GTKWave

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 :

Command

1
gtkwave -S tcl_script.tcl waveform.vcd 

GTKWave will look for .gtkwaverc in:

  1. Locally where GTKWave is launched.
  2. In the user home directory.