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

Updated library name

parent ce6852b8
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
-- > python apps/bn_bg_terminal_fn_db/tc_bn_bg_terminal_fn_db.py --unb 0:3 --bn 0:3 --fn 0 --sim -- > python apps/bn_bg_terminal_fn_db/tc_bn_bg_terminal_fn_db.py --unb 0:3 --bn 0:3 --fn 0 --sim
-- --
LIBRARY IEEE, common_lib, unb_common_lib, bn_terminal_bg_lib, fn_terminal_db_lib, mm_lib, bf_lib; LIBRARY IEEE, common_lib, unb_common_lib, bn_terminal_bg_lib, mm_lib, bf_lib;
USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL; USE IEEE.numeric_std.ALL;
USE common_lib.common_pkg.ALL; USE common_lib.common_pkg.ALL;
...@@ -355,7 +355,7 @@ BEGIN ...@@ -355,7 +355,7 @@ BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- Node function: Terminals and data buffer -- Node function: Terminals and data buffer
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
u_node_fn_terminal_db : ENTITY fn_terminal_db_lib.node_fn_terminal_db u_node_fn_terminal_db : ENTITY work.node_unb1_fn_terminal_db
GENERIC MAP( GENERIC MAP(
g_sim => c_sim, g_sim => c_sim,
g_sim_level => g_sim_level, g_sim_level => g_sim_level,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment