diff options
Diffstat (limited to 'tests/simple/operators.v')
-rw-r--r-- | tests/simple/operators.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/operators.v b/tests/simple/operators.v index 7439101c8..2f0fdb820 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; |