summaryrefslogtreecommitdiff
path: root/tests/simple/operators.v
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-25 13:01:45 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-25 13:01:45 +0200
commit50f22ff30c921c90f686879455117c7c2c9f96d5 (patch)
tree9ee57923c22af5d0559288452ca0c02f0747f2be /tests/simple/operators.v
parent0520bfea892291a131134411d587034fcd36bf1c (diff)
Renamed some of the test cases in tests/simple to avoid name collisions
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;