From 1d40edf5786b67614eeea9d74a8bfd6991fc463c Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Thu, 12 Feb 2015 10:23:23 +0000 Subject: [PATCH] Removed realtive paths to hex files. --- applications/unb1_fn_bf/src/vhdl/unb1_fn_bf.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 d77b9faf1c..375df04670 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; -- GitLab