diff --git a/applications/unb1_fn_bf/src/vhdl/unb1_fn_bf.vhd b/applications/unb1_fn_bf/src/vhdl/unb1_fn_bf.vhd index d77b9faf1c38721763dd99194f1049c09a3dd563..375df04670e88f2200d306ba64d77ee1be924c5a 100644 --- a/applications/unb1_fn_bf/src/vhdl/unb1_fn_bf.vhd +++ b/applications/unb1_fn_bf/src/vhdl/unb1_fn_bf.vhd @@ -81,9 +81,9 @@ ARCHITECTURE str OF unb1_fn_bf IS CONSTANT c_weights_write_only : BOOLEAN := TRUE; -- When set to TRUE the M9K blocks are forced to Simple Dual Port mode. When FALSE it is True Dual Port. -- Use default RAM inti files. The RAM init file for simulation lies one ../ level further way then for synthesis - CONSTANT c_bf_weights_file_name : STRING := sel_a_b(g_sim, "../", "") & "../../../../../dsp/bf/build/data/weights"; - CONSTANT c_ss_wide_file_prefix : STRING := sel_a_b(g_sim, "../", "") & "../../../../../dsp/bf/src/hex/ss_wide"; - CONSTANT c_block_gen_file_prefix : STRING := sel_a_b(g_sim, "../", "") & "../../../../../modules/Lofar/diag/src/data/bf_in_data"; + CONSTANT c_bf_weights_file_name : STRING := "UNUSED"; + CONSTANT c_ss_wide_file_prefix : STRING := "hex/ss_wide"; + CONSTANT c_block_gen_file_prefix : STRING := "UNUSED"; -- BF offload CONSTANT c_hdr_nof_words : NATURAL := c_network_total_header_32b_nof_words;