Skip to content
Snippets Groups Projects
Commit abcd7b5a authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Changed c_wg_buf_dat_w from default (8) to 18 to fit an amplitude of 0.5*2**13

data, also changed c_wg_buf_addr_w to 10 to use the 1024 samples hex
file in the data dir.
parent c15efb67
Branches
No related tags found
3 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!43Master,!42Resolve L2SDP-104
......@@ -125,8 +125,8 @@ ARCHITECTURE str OF node_adc_input_and_timing IS
-- Waveform Generator
CONSTANT c_wg_buf_directory : STRING := "data/";
CONSTANT c_wg_buf_dat_w : NATURAL := c_unb2b_board_peripherals_mm_reg_default.ram_diag_wg_dat_w;
CONSTANT c_wg_buf_addr_w : NATURAL := c_unb2b_board_peripherals_mm_reg_default.ram_diag_wg_adr_w;
CONSTANT c_wg_buf_dat_w : NATURAL := 18; --default value of WG that fits 14 bits of ADC data
CONSTANT c_wg_buf_addr_w : NATURAL := 10; --default value of WG for 1024 samples;
SIGNAL wg_out_ovr : STD_LOGIC_VECTOR(g_nof_streams-1 DOWNTO 0);
SIGNAL wg_out_val : STD_LOGIC_VECTOR(g_nof_streams-1 DOWNTO 0);
SIGNAL wg_out_data : STD_LOGIC_VECTOR(g_nof_streams*c_wg_buf_dat_w-1 DOWNTO 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment