Skip to content
Snippets Groups Projects
Commit 12537f19 authored by Jonathan Hargreaves's avatar Jonathan Hargreaves
Browse files

Select IAB outputs for simulation

parent 5220a5a2
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ ENTITY arts_unb1_sc4_processing IS
g_nof_blk_per_sync : NATURAL := 800000;
g_nof_fft_bins : NATURAL := 32;
g_input_data_w : NATURAL := 8;
g_output_select : NATURAL := c_output_tab_iquv;
-- g_output_select : NATURAL := c_output_iquv_iab_all;
-- g_output_select : NATURAL := c_output_tab_iquv;
g_output_select : NATURAL := c_output_iquv_iab_all;
g_use_db : BOOLEAN := TRUE
);
PORT (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment