Merge pull request #278 from antmicro/fix-counter-comma

Fix comma in counter module instance
This commit is contained in:
Tomasz Gorochowik 2022-03-24 14:47:54 +01:00 committed by GitHub
commit 5a6793b59d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module top (
PS7 PS7 (
.EMIOGPIOO (emio_gpio_o),
.EMIOGPIOTN(emio_gpio_t),
.EMIOGPIOI (emio_gpio_i),
.EMIOGPIOI (emio_gpio_i)
);