From 8796fa8e687c1d6e9f83a3c1264f17b37c952e4f Mon Sep 17 00:00:00 2001
From: Christos Gentsos <christos.gentsos@cern.ch>
Date: Wed, 19 Feb 2020 12:32:37 +0100
Subject: [PATCH] common: amend for the previous commit

---
 modules/common/gc_sync.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/common/gc_sync.vhd b/modules/common/gc_sync.vhd
index 5b8b62ea..df946220 100644
--- a/modules/common/gc_sync.vhd
+++ b/modules/common/gc_sync.vhd
@@ -30,7 +30,7 @@ entity gc_sync is
     clk_i     : in  std_logic;
     rst_n_a_i : in  std_logic;
     d_i       : in  std_logic;
-    q_o       : out std_logic;
+    q_o       : out std_logic
     );
 end gc_sync;
 
-- 
GitLab