Skip to content
Snippets Groups Projects
Commit 2b562fbf authored by Pepping's avatar Pepping
Browse files

Renamed mmm instance

parent 74af8fdf
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ USE tech_tse_lib.tech_tse_pkg.ALL; ...@@ -37,7 +37,7 @@ USE tech_tse_lib.tech_tse_pkg.ALL;
USE tech_tse_lib.tb_tech_tse_pkg.ALL; USE tech_tse_lib.tb_tech_tse_pkg.ALL;
USE bf_lib.bf_pkg.ALL; USE bf_lib.bf_pkg.ALL;
ENTITY mmm_fn_bf IS ENTITY mmm_unb1_fn_bf IS
GENERIC ( GENERIC (
g_sim : BOOLEAN := FALSE; --FALSE: use SOPC; TRUE: use mm_file I/O g_sim : BOOLEAN := FALSE; --FALSE: use SOPC; TRUE: use mm_file I/O
g_sim_unb_nr : NATURAL := 0; g_sim_unb_nr : NATURAL := 0;
...@@ -112,10 +112,10 @@ ENTITY mmm_fn_bf IS ...@@ -112,10 +112,10 @@ ENTITY mmm_fn_bf IS
eth1g_ram_miso : IN t_mem_miso eth1g_ram_miso : IN t_mem_miso
); );
END mmm_fn_bf; END mmm_unb1_fn_bf;
ARCHITECTURE str OF mmm_fn_bf IS ARCHITECTURE str OF mmm_unb1_fn_bf IS
-- Application specific constants (or generics) -- Application specific constants (or generics)
CONSTANT c_bg_diag_wave_period : NATURAL := 4; CONSTANT c_bg_diag_wave_period : NATURAL := 4;
......
...@@ -279,7 +279,7 @@ BEGIN ...@@ -279,7 +279,7 @@ BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- MM master -- MM master
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
u_mmm : ENTITY work.mmm_fn_bf u_mmm : ENTITY work.mmm_unb1_fn_bf
GENERIC MAP ( GENERIC MAP (
g_sim => g_sim, g_sim => g_sim,
g_sim_unb_nr => g_sim_unb_nr, g_sim_unb_nr => g_sim_unb_nr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment