g_wideband_factor=>g_fil_ppf.wb_factor,-- Wideband rate factor = 4 for dp_clk processing frequency is 200 MHz frequency and SCLK sample frequency Fs is 800 MHz
g_wideband_factor=>g_fil_ppf.wb_factor,-- Wideband rate factor = 4 for dp_clk processing frequency is 200 MHz frequency and SCLK sample frequency Fs is 800 MHz
g_wideband_big_endian=>TRUE,-- When true in_data[3:0] = sample[t0,t1,t2,t3], else when false : in_data[3:0] = sample[t3,t2,t1,t0]
g_wideband_big_endian=>g_big_endian_wb_in,-- When true in_data[3:0] = sample[t0,t1,t2,t3], else when false : in_data[3:0] = sample[t3,t2,t1,t0]
g_dat_w=>c_in_dat_w-- Actual width of the data samples
g_dat_w=>c_in_dat_w-- Actual width of the data samples
)
)
portmap(
portmap(
...
@@ -426,7 +442,7 @@ begin
...
@@ -426,7 +442,7 @@ begin
genericmap(
genericmap(
g_sim=>TRUE,
g_sim=>TRUE,
g_wideband_factor=>g_fil_ppf.wb_factor,-- Wideband rate factor = 4 for dp_clk processing frequency is 200 MHz frequency and SCLK sample frequency Fs is 800 MHz
g_wideband_factor=>g_fil_ppf.wb_factor,-- Wideband rate factor = 4 for dp_clk processing frequency is 200 MHz frequency and SCLK sample frequency Fs is 800 MHz
g_wideband_big_endian=>TRUE,-- When true in_data[3:0] = sample[t0,t1,t2,t3], else when false : in_data[3:0] = sample[t3,t2,t1,t0]
g_wideband_big_endian=>g_big_endian_wb_out,-- When true in_data[3:0] = sample[t0,t1,t2,t3], else when false : in_data[3:0] = sample[t3,t2,t1,t0]
g_dat_w=>c_out_dat_w-- Actual width of the data samples
g_dat_w=>c_out_dat_w-- Actual width of the data samples
)
)
portmap(
portmap(
...
@@ -446,7 +462,7 @@ begin
...
@@ -446,7 +462,7 @@ begin
genericmap(
genericmap(
g_sim=>TRUE,
g_sim=>TRUE,
g_wideband_factor=>g_fil_ppf.wb_factor,-- Wideband rate factor = 4 for dp_clk processing frequency is 200 MHz frequency and SCLK sample frequency Fs is 800 MHz
g_wideband_factor=>g_fil_ppf.wb_factor,-- Wideband rate factor = 4 for dp_clk processing frequency is 200 MHz frequency and SCLK sample frequency Fs is 800 MHz
g_wideband_big_endian=>TRUE,-- When true in_data[3:0] = sample[t0,t1,t2,t3], else when false : in_data[3:0] = sample[t3,t2,t1,t0]
g_wideband_big_endian=>g_big_endian_wb_out,-- When true in_data[3:0] = sample[t0,t1,t2,t3], else when false : in_data[3:0] = sample[t3,t2,t1,t0]
g_dat_w=>c_out_dat_w-- Actual width of the data samples
g_dat_w=>c_out_dat_w-- Actual width of the data samples