mirror of https://github.com/YosysHQ/yosys.git
Fix spacing
This commit is contained in:
parent
4de03bd5e6
commit
e0e5d7d68e
|
@ -50,7 +50,7 @@ module _80_ice40_alu (A, B, CI, BI, X, Y, CO);
|
|||
.B(BB[i]),
|
||||
.CI(C[i]),
|
||||
.CO(CO[i]),
|
||||
.O(Y[i])
|
||||
.O(Y[i])
|
||||
);
|
||||
`else
|
||||
SB_CARRY carry (
|
||||
|
|
Loading…
Reference in New Issue