summaryrefslogtreecommitdiff
path: root/tests/simple/repwhile.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/repwhile.v')
-rw-r--r--tests/simple/repwhile.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/repwhile.v b/tests/simple/repwhile.v
index cde37c56..5d0c75fa 100644
--- a/tests/simple/repwhile.v
+++ b/tests/simple/repwhile.v
@@ -1,4 +1,4 @@
-module test001(input [5:0] a, output [7:0] y, output [31:0] x);
+module repwhile_test001(input [5:0] a, output [7:0] y, output [31:0] x);
function [7:0] mylog2;
input [31:0] value;