aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/simple/vloghammer.v12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/simple/vloghammer.v b/tests/simple/vloghammer.v
index c705bfa7f..d1f55fdb4 100644
--- a/tests/simple/vloghammer.v
+++ b/tests/simple/vloghammer.v
@@ -73,10 +73,10 @@ module test10(a, b, c, y);
assign y = ^(a ? b : c);
endmodule
-module test11(a, b, y);
- input signed [3:0] a;
- input signed [3:0] b;
- output signed [5:0] y;
- assign y = -(5'd27);
-endmodule
+// module test11(a, b, y);
+// input signed [3:0] a;
+// input signed [3:0] b;
+// output signed [5:0] y;
+// assign y = -(5'd27);
+// endmodule