summaryrefslogtreecommitdiff
path: root/tests/simple/undef_eqx_nex.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/undef_eqx_nex.v
parent0520bfea892291a131134411d587034fcd36bf1c (diff)
Renamed some of the test cases in tests/simple to avoid name collisions
Diffstat (limited to 'tests/simple/undef_eqx_nex.v')
-rw-r--r--tests/simple/undef_eqx_nex.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/undef_eqx_nex.v b/tests/simple/undef_eqx_nex.v
index 63912a2f..b0178677 100644
--- a/tests/simple/undef_eqx_nex.v
+++ b/tests/simple/undef_eqx_nex.v
@@ -1,4 +1,4 @@
-module test(y);
+module undef_eqx_nex(y);
output [7:0] y;
assign y[0] = 0/0;
assign y[1] = 0/1;