mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
Trailing comma
This commit is contained in:
parent
f5b4bc847c
commit
d46d38e4d5
|
@ -149,7 +149,7 @@ module \$__ICE40_CARRY_WRAPPER (
|
||||||
input A, B,
|
input A, B,
|
||||||
(* abc_carry *)
|
(* abc_carry *)
|
||||||
input CI,
|
input CI,
|
||||||
input I0, I3,
|
input I0, I3
|
||||||
);
|
);
|
||||||
parameter LUT = 0;
|
parameter LUT = 0;
|
||||||
SB_CARRY carry (
|
SB_CARRY carry (
|
||||||
|
|
Loading…
Reference in a new issue