From ada80545faf6a0c0d871909f9e50e0f426b46ed8 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 2 Nov 2013 21:13:01 +0100 Subject: Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing before constfold fixes) --- tests/simple/vloghammer.v | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/simple/vloghammer.v b/tests/simple/vloghammer.v index c705bfa7..d1f55fdb 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 -- cgit v1.2.3