diff --git a/libraries/technology/flash/tech_flash_asmi_parallel.vhd b/libraries/technology/flash/tech_flash_asmi_parallel.vhd index 94b2b204a916115f41e06a6c17d525fc5e6ea2d5..068c077e54b18f23854eb23f35d930d8e5a71aef 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 599c3afcb64bbea14b55369ea1535ee2f961b692..3fcaf460427de4d9e173d0972a619c105c8569b8 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;