mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
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]),
|
.B(BB[i]),
|
||||||
.CI(C[i]),
|
.CI(C[i]),
|
||||||
.CO(CO[i]),
|
.CO(CO[i]),
|
||||||
.O(Y[i])
|
.O(Y[i])
|
||||||
);
|
);
|
||||||
`else
|
`else
|
||||||
SB_CARRY carry (
|
SB_CARRY carry (
|
||||||
|
|
Loading…
Reference in a new issue