Skip to content
Snippets Groups Projects
Commit 9124fc7a authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Fixed path to ehx files;

-Added copy_files statement to hdllib.
parent c5fe292a
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ hdl_lib_uses_sim =
hdl_lib_technology =
modelsim_copy_files =
src/hex hex
synth_files =
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_carousel.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_unfolder.vhd
......
......@@ -139,7 +139,7 @@ BEGIN
g_nof_streams => c_nof_input_streams,
g_buf_dat_w => 2*c_complex_data_w,
g_buf_addr_w => ceil_log2(TO_UINT(c_bg_ctrl.samples_per_packet)),
g_file_name_prefix => "../../../libraries/dsp/correlator/src/hex/complex_subbands_" & NATURAL'IMAGE(c_complex_data_w) & "b_" & "fold_" & NATURAL'IMAGE(g_nof_input_folds),
g_file_name_prefix => "hex/complex_subbands_" & NATURAL'IMAGE(c_complex_data_w) & "b_" & "fold_" & NATURAL'IMAGE(g_nof_input_folds),
g_diag_block_gen_rst => c_bg_ctrl
)
PORT MAP (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment