From eca45cefc5cab5a7224e63fd76a7e5b6447fe6e6 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 28 May 2014 15:10:45 +0000
Subject: [PATCH] Corrected ;

---
 libraries/io/epcs/src/vhdl/mms_epcs.vhd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/io/epcs/src/vhdl/mms_epcs.vhd b/libraries/io/epcs/src/vhdl/mms_epcs.vhd
index 56cdf89790..bc6d5d81c5 100644
--- a/libraries/io/epcs/src/vhdl/mms_epcs.vhd
+++ b/libraries/io/epcs/src/vhdl/mms_epcs.vhd
@@ -28,7 +28,7 @@
 -- as they were as simulating one page write and read is sufficient.
 
 
-LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_flash_lib;;
+LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_flash_lib;
 USE IEEE.STD_LOGIC_1164.ALL;
 USE IEEE.NUMERIC_STD.ALL;
 USE common_lib.common_pkg.ALL;
@@ -38,7 +38,7 @@ USE technology_lib.technology_select_pkg.ALL;
 
 ENTITY mms_epcs IS
   GENERIC (
-    g_technology : NATURAL := c_tech_select_default
+    g_technology : NATURAL := c_tech_select_default;
     g_sim        : BOOLEAN := FALSE
   );
   PORT (
-- 
GitLab