diff options
author | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-04-08 20:54:31 -0700 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-04-12 15:11:09 +0200 |
commit | 2021ddecb39d3848e180cd7e078facf82132440f (patch) | |
tree | a768dd33906dae73482f79cd78c8bce8ddd56f0d /tests | |
parent | 41d4e91f388f41c97f71567cd5a0f5652a5968fd (diff) | |
download | yosys-2021ddecb39d3848e180cd7e078facf82132440f.tar.gz yosys-2021ddecb39d3848e180cd7e078facf82132440f.tar.bz2 yosys-2021ddecb39d3848e180cd7e078facf82132440f.zip |
Squelch trailing whitespace
Diffstat (limited to 'tests')
-rw-r--r-- | tests/simple/graphtest.v | 2 |
1 files changed, 1 insertions, 1 deletions
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 |