aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/arraycells.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/arraycells.v')
-rw-r--r--tests/simple/arraycells.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/arraycells.v b/tests/simple/arraycells.v
index ad5098000..704ca3fda 100644
--- a/tests/simple/arraycells.v
+++ b/tests/simple/arraycells.v
@@ -1,5 +1,5 @@
-module test001(a, b, c, y);
+module array_test001(a, b, c, y);
input a;
input [31:0] b, c;
input [31:0] y;