Squelch trailing whitespace
This commit is contained in:
committed by
Clifford Wolf
parent
41d4e91f38
commit
2021ddecb3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user