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

Removed realtive paths to hex files.

parent 7d4c61b5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment