summaryrefslogtreecommitdiff
path: root/shifter_tb.v
diff options
context:
space:
mode:
Diffstat (limited to 'shifter_tb.v')
-rw-r--r--shifter_tb.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/shifter_tb.v b/shifter_tb.v
index 278ac9a..f586d02 100644
--- a/shifter_tb.v
+++ b/shifter_tb.v
@@ -11,6 +11,9 @@ module shifter_tb ();
// xxxxxxxxxxxxxxxx1111101000001010xxxxxxxxxxxxxxxx
initial begin
+ $dumpfile("shifter_tb.vcd");
+ $dumpvars(0, shifter_tb);
+
v = 16'hFA0A;
by = 16'h0;
dir = 1'b0;
@@ -87,7 +90,7 @@ module shifter_tb ();
expected_result = 16'h0000;
#5
- $stop;
+ $finish;
end
shifter shifter_inst (