From 72b49e5899193b46afa6229001e3113e2b72d0af Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 5 Jun 2014 06:25:01 +0000
Subject: [PATCH] Rename gen_stratixiv into gen_ip_stratixiv.

---
 libraries/technology/flash/tech_flash_asmi_parallel.vhd | 2 +-
 libraries/technology/flash/tech_flash_remote_update.vhd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/technology/flash/tech_flash_asmi_parallel.vhd b/libraries/technology/flash/tech_flash_asmi_parallel.vhd
index 94b2b204a9..068c077e54 100644
--- a/libraries/technology/flash/tech_flash_asmi_parallel.vhd
+++ b/libraries/technology/flash/tech_flash_asmi_parallel.vhd
@@ -57,7 +57,7 @@ ARCHITECTURE str OF tech_flash_asmi_parallel IS
 
 BEGIN
 
-  gen_stratixiv : IF g_technology=c_tech_stratixiv GENERATE
+  gen_ip_stratixiv : IF g_technology=c_tech_stratixiv GENERATE
     u0 : ip_stratixiv_asmi_parallel
     PORT MAP (addr, clkin, datain, rden, read, sector_erase, shift_bytes, wren, write, busy, data_valid, dataout, illegal_erase, illegal_write);
   END GENERATE;
diff --git a/libraries/technology/flash/tech_flash_remote_update.vhd b/libraries/technology/flash/tech_flash_remote_update.vhd
index 599c3afcb6..3fcaf46042 100644
--- a/libraries/technology/flash/tech_flash_remote_update.vhd
+++ b/libraries/technology/flash/tech_flash_remote_update.vhd
@@ -53,7 +53,7 @@ ARCHITECTURE str OF tech_flash_remote_update IS
 
 BEGIN
 
-  gen_stratixiv : IF g_technology=c_tech_stratixiv GENERATE
+  gen_ip_stratixiv : IF g_technology=c_tech_stratixiv GENERATE
     u0 : ip_stratixiv_remote_update
     PORT MAP (clock, data_in, param, read_param, reconfig, reset, reset_timer, write_param, busy, data_out);
   END GENERATE;
-- 
GitLab