From 2021ddecb39d3848e180cd7e078facf82132440f Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sat, 8 Apr 2017 20:54:31 -0700 Subject: Squelch trailing whitespace --- tests/simple/graphtest.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/simple/graphtest.v b/tests/simple/graphtest.v index 74788dbbe..9b16b61ca 100644 --- a/tests/simple/graphtest.v +++ b/tests/simple/graphtest.v @@ -25,7 +25,7 @@ assign Z[7:4] = {1'b0, B[2:0]}; // Concat of CV and PI connect to PO always @* begin if (A == 4'b1111) begin // All-Const at port (eq) X = B; - end + end else begin X = 4'b0000; // All-Const at port (mux) end -- cgit v1.2.3