Merge pull request #262 from efabless/fix_gpio_signal_buffering_syntax_err

fix syntax error at gl/gpio_signal_buffering.v
This commit is contained in:
Mohamed Shalan 2022-10-17 10:07:28 +02:00 committed by GitHub
commit 6ad1461be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1987,7 +1987,7 @@ module gpio_signal_buffering(vccd, vssd, mgmt_io_in_unbuf, mgmt_io_out_unbuf, mg
.VGND(vssd),
.VNB(vssd),
.VPB(vccd),
.VPWR(vccd),
.VPWR(vccd)
);
/* End of hand-editing */