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

MOved node instance to bf_lib

parent 39ec629b
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ synth_top_level_entity = ...@@ -13,7 +13,6 @@ synth_top_level_entity =
synth_files = synth_files =
$HDL_BUILD_DIR/quartus/unb1_fn_bf/sopc_unb1_fn_bf.vhd $HDL_BUILD_DIR/quartus/unb1_fn_bf/sopc_unb1_fn_bf.vhd
src/vhdl/mmm_unb1_fn_bf.vhd src/vhdl/mmm_unb1_fn_bf.vhd
src/vhdl/node_unb1_fn_bf.vhd
src/vhdl/unb1_fn_bf.vhd src/vhdl/unb1_fn_bf.vhd
test_bench_files = test_bench_files =
......
...@@ -354,7 +354,7 @@ BEGIN ...@@ -354,7 +354,7 @@ BEGIN
reg_dp_pkt_merge_miso => reg_dp_pkt_merge_miso reg_dp_pkt_merge_miso => reg_dp_pkt_merge_miso
); );
u_node_unb1_fn_bf : ENTITY work.node_unb1_fn_bf u_node_unb1_fn_bf : ENTITY bf_lib.node_unb1_fn_bf
GENERIC MAP( GENERIC MAP(
g_bf => g_bf, g_bf => g_bf,
g_bf_offload => c_bf_offload, g_bf_offload => c_bf_offload,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment