From 06089575a8624e6080094a02758dbf724b2fe819 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 8 Jan 2017 14:31:29 -0600 Subject: Define macro to simplify dumping of waves --- alu_tb.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alu_tb.v') diff --git a/alu_tb.v b/alu_tb.v index 8342e6c..7418ea3 100644 --- a/alu_tb.v +++ b/alu_tb.v @@ -16,8 +16,7 @@ module alu_tb (); integer file, r; initial begin - $dumpfile("alu_tb.vcd"); - $dumpvars(0, alu_tb); + `DUMPWAVE(alu_tb) file = $fopenr("tests/alu"); -- cgit v1.2.3