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

---
 libraries/technology/flash/tech_flash_component_pkg.vhd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/technology/flash/tech_flash_component_pkg.vhd b/libraries/technology/flash/tech_flash_component_pkg.vhd
index 4e0d06d635..9571440122 100644
--- a/libraries/technology/flash/tech_flash_component_pkg.vhd
+++ b/libraries/technology/flash/tech_flash_component_pkg.vhd
@@ -47,6 +47,7 @@ PACKAGE tech_flash_component_pkg IS
     illegal_erase : OUT STD_LOGIC ;
     illegal_write : OUT STD_LOGIC 
   );
+  END COMPONENT;
   
   COMPONENT ip_stratixiv_remote_update IS
   PORT (
-- 
GitLab