mirror of https://github.com/YosysHQ/yosys.git
Trailing comma
This commit is contained in:
parent
f5b4bc847c
commit
d46d38e4d5
|
@ -149,7 +149,7 @@ module \$__ICE40_CARRY_WRAPPER (
|
|||
input A, B,
|
||||
(* abc_carry *)
|
||||
input CI,
|
||||
input I0, I3,
|
||||
input I0, I3
|
||||
);
|
||||
parameter LUT = 0;
|
||||
SB_CARRY carry (
|
||||
|
|
Loading…
Reference in New Issue