From 1e5fd6be84e003856b2388da2acef08705663722 Mon Sep 17 00:00:00 2001 From: Christos Gentsos <christos.gentsos@cern.ch> Date: Wed, 19 Feb 2020 12:24:32 +0100 Subject: [PATCH] common: fix entity declaration in gc_sync.vhd --- 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 f287c9b9..5b8b62ea 100644 --- a/modules/common/gc_sync.vhd +++ b/modules/common/gc_sync.vhd @@ -31,7 +31,7 @@ entity gc_sync is rst_n_a_i : in std_logic; d_i : in std_logic; q_o : out std_logic; - + ); end gc_sync; -- make Altera Quartus quiet regarding unknown attributes: -- GitLab