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

-Fixed paths to HEX files.

parent a2201eef
No related branches found
No related tags found
No related merge requests found
...@@ -409,9 +409,9 @@ BEGIN ...@@ -409,9 +409,9 @@ BEGIN
g_dsp_data_w => c_rsp_terminal_subband_dat_w, g_dsp_data_w => c_rsp_terminal_subband_dat_w,
g_frame_size_in => c_rsp_terminal_nof_subbands_per_lane, g_frame_size_in => c_rsp_terminal_nof_subbands_per_lane,
g_frame_size_out => c_rsp_terminal_nof_subbands_per_lane * c_rsp_terminal_nof_lanes, -- = 864 (9*96) g_frame_size_out => c_rsp_terminal_nof_subbands_per_lane * c_rsp_terminal_nof_lanes, -- = 864 (9*96)
g_reorder_in_file_name => sel_a_b(g_sim, "../", "") & "../../../src/hex/ss_parallel_reorder_in.hex", g_reorder_in_file_name => "hex/ss_parallel_reorder_in.hex",
g_ss_wide_file_prefix => sel_a_b(g_sim, "../", "") & "../../../src/hex/ss_wide", g_ss_wide_file_prefix => "hex/ss_wide",
g_reorder_out_file_name => sel_a_b(g_sim, "../", "") & "../../../src/hex/ss_parallel_reorder_out.hex" g_reorder_out_file_name => "hex/ss_parallel_reorder_out.hex"
) )
PORT MAP ( PORT MAP (
mm_rst => mm_rst, mm_rst => mm_rst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment