From da063021dd4c917fae27a11436f7fb9ed06ff259 Mon Sep 17 00:00:00 2001 From: Rafal Kapuscik Date: Thu, 24 Mar 2022 09:11:48 +0100 Subject: [PATCH] Fix comma in counter module instance Signed-off-by: Rafal Kapuscik --- xc7/counter_test/counter_zynq.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xc7/counter_test/counter_zynq.v b/xc7/counter_test/counter_zynq.v index f4df69f..be4b5cb 100644 --- a/xc7/counter_test/counter_zynq.v +++ b/xc7/counter_test/counter_zynq.v @@ -30,7 +30,7 @@ module top ( PS7 PS7 ( .EMIOGPIOO (emio_gpio_o), .EMIOGPIOTN(emio_gpio_t), - .EMIOGPIOI (emio_gpio_i), + .EMIOGPIOI (emio_gpio_i) );