summaryrefslogtreecommitdiff
path: root/tests/simple/operators.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple/operators.v')
-rw-r--r--tests/simple/operators.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/operators.v b/tests/simple/operators.v
index 7439101c..2f0fdb82 100644
--- a/tests/simple/operators.v
+++ b/tests/simple/operators.v
@@ -1,4 +1,4 @@
-module test(clk, mode, u1, s1, u2, s2, y);
+module optest(clk, mode, u1, s1, u2, s2, y);
input clk;
input [6:0] mode;