mirror of https://github.com/efabless/caravel.git
bugfix: remove extra comma after the last port in the decaps declaration
This commit is contained in:
parent
e0fc2b9991
commit
44ffff2811
|
@ -479,7 +479,7 @@ module gpio_signal_buffering (
|
|||
.VPWR(vccd),
|
||||
.VGND(vssd),
|
||||
.VPB(vccd),
|
||||
.VNB(vssd),
|
||||
.VNB(vssd)
|
||||
`endif
|
||||
);
|
||||
|
||||
|
|
|
@ -332,7 +332,7 @@ module gpio_signal_buffering_alt (
|
|||
.VPWR(vccd),
|
||||
.VGND(vssd),
|
||||
.VPB(vccd),
|
||||
.VNB(vssd),
|
||||
.VNB(vssd)
|
||||
`endif
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue