aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/hierarchy.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/hierarchy.v')
-rw-r--r--tests/simple/hierarchy.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/hierarchy.v b/tests/simple/hierarchy.v
index 123afaeab..b03044fde 100644
--- a/tests/simple/hierarchy.v
+++ b/tests/simple/hierarchy.v
@@ -1,6 +1,6 @@
(* top *)
-module top(a, b, y1, y2, y3, y4);
+module hierarchy_top(a, b, y1, y2, y3, y4);
input [3:0] a;
input signed [3:0] b;
output [7:0] y1, y2, y3, y4;