bugfix: remove extra comma after the last port in the decaps declaration

This commit is contained in:
Kareem Farid 2022-11-07 13:00:00 +02:00
parent e0fc2b9991
commit 44ffff2811
2 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ module gpio_signal_buffering (
.VPWR(vccd),
.VGND(vssd),
.VPB(vccd),
.VNB(vssd),
.VNB(vssd)
`endif
);

View File

@ -332,7 +332,7 @@ module gpio_signal_buffering_alt (
.VPWR(vccd),
.VGND(vssd),
.VPB(vccd),
.VNB(vssd),
.VNB(vssd)
`endif
);