mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 13:53:40 +00:00
Squelch trailing whitespace
This commit is contained in:
parent
41d4e91f38
commit
2021ddecb3
19 changed files with 165 additions and 165 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue