##// END OF EJS Templates
(MINI-LFR) MINI-LFR_testMS_v2...
(MINI-LFR) MINI-LFR_testMS_v2 => the test is ok in simulation and on board. => Ram_CEL and syncram_2p are identical (apart from the reset value).

File last commit:

r388:3dbc90b2eccb JC
r404:bd28120c33d2 JC
Show More
lpp_lfr_pkg.vhd
429 lines | 19.6 KiB | text/x-vhdl | VhdlLexer
pellion
TOP_LFR with MS and WFP
r305 LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
LIBRARY grlib;
USE grlib.amba.ALL;
LIBRARY lpp;
USE lpp.lpp_ad_conv.ALL;
USE lpp.iir_filter.ALL;
USE lpp.FILTERcfg.ALL;
USE lpp.lpp_memory.ALL;
LIBRARY techmap;
USE techmap.gencomp.ALL;
PACKAGE lpp_lfr_pkg IS
pellion
MS + WFP : synthese ok...
r364 -----------------------------------------------------------------------------
-- TEMP
-----------------------------------------------------------------------------
COMPONENT lpp_lfr_ms_test
GENERIC (
Mem_use : INTEGER);
PORT (
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
-- TIME
coarse_time : IN STD_LOGIC_VECTOR(31 DOWNTO 0); -- todo
fine_time : IN STD_LOGIC_VECTOR(15 DOWNTO 0); -- todo
--
sample_f0_wen : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
sample_f0_wdata : IN STD_LOGIC_VECTOR((5*16)-1 DOWNTO 0);
--
sample_f1_wen : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
sample_f1_wdata : IN STD_LOGIC_VECTOR((5*16)-1 DOWNTO 0);
--
sample_f2_wen : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
sample_f2_wdata : IN STD_LOGIC_VECTOR((5*16)-1 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305
pellion
MS + WFP : synthese ok...
r364
---------------------------------------------------------------------------
error_input_fifo_write : OUT STD_LOGIC_VECTOR(2 DOWNTO 0);
--
--sample_ren : OUT STD_LOGIC_VECTOR(4 DOWNTO 0);
--sample_full : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
--sample_empty : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
--sample_rdata : IN STD_LOGIC_VECTOR((5*16)-1 DOWNTO 0);
--status_channel : IN STD_LOGIC_VECTOR(49 DOWNTO 0);
-- IN
MEM_IN_SM_locked : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
-----------------------------------------------------------------------------
status_component : OUT STD_LOGIC_VECTOR(53 DOWNTO 0);
SM_in_data : OUT STD_LOGIC_VECTOR(32*2-1 DOWNTO 0);
SM_in_ren : IN STD_LOGIC_VECTOR(1 DOWNTO 0);
SM_in_empty : OUT STD_LOGIC_VECTOR(1 DOWNTO 0);
SM_correlation_start : OUT STD_LOGIC;
SM_correlation_auto : OUT STD_LOGIC;
SM_correlation_done : IN STD_LOGIC
);
END COMPONENT;
-----------------------------------------------------------------------------
pellion
TOP_LFR with MS and WFP
r305 COMPONENT lpp_lfr_ms
GENERIC (
Mem_use : INTEGER
);
PORT (
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
coarse_time : IN STD_LOGIC_VECTOR(31 DOWNTO 0); -- todo
fine_time : IN STD_LOGIC_VECTOR(15 DOWNTO 0); -- todo
sample_f0_wen : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
sample_f0_wdata : IN STD_LOGIC_VECTOR((5*16)-1 DOWNTO 0);
pellion
MS (first version, ok in simulation but whitout data integrity)
r360
pellion
TOP_LFR with MS and WFP
r305 sample_f1_wen : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
sample_f1_wdata : IN STD_LOGIC_VECTOR((5*16)-1 DOWNTO 0);
pellion
MS (first version, ok in simulation but whitout data integrity)
r360
sample_f2_wen : IN STD_LOGIC_VECTOR(4 DOWNTO 0);
sample_f2_wdata : IN STD_LOGIC_VECTOR((5*16)-1 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305
dma_addr : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
dma_data : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
dma_valid : OUT STD_LOGIC;
dma_valid_burst : OUT STD_LOGIC;
dma_ren : IN STD_LOGIC;
dma_done : IN STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 ready_matrix_f0 : OUT STD_LOGIC;
-- ready_matrix_f0_1 : OUT STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 ready_matrix_f1 : OUT STD_LOGIC;
ready_matrix_f2 : OUT STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 -- error_anticipating_empty_fifo : OUT STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 error_bad_component_error : OUT STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 error_buffer_full : OUT STD_LOGIC;
error_input_fifo_write : OUT STD_LOGIC_VECTOR(2 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305 debug_reg : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
(LFR-EM) WFP_MS-1-1-16
r377 --
observation_vector_0: OUT STD_LOGIC_VECTOR(11 DOWNTO 0);
observation_vector_1: OUT STD_LOGIC_VECTOR(11 DOWNTO 0);
-------------------------------------------------------------------------
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 status_ready_matrix_f0 : IN STD_LOGIC;
-- status_ready_matrix_f0_1 : IN STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 status_ready_matrix_f1 : IN STD_LOGIC;
status_ready_matrix_f2 : IN STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 -- status_error_anticipating_empty_fifo : IN STD_LOGIC;
-- status_error_bad_component_error : IN STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 config_active_interruption_onNewMatrix : IN STD_LOGIC;
config_active_interruption_onError : IN STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 addr_matrix_f0 : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
-- addr_matrix_f0_1 : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305 addr_matrix_f1 : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
Update regsiter to control the MatrixSpectral Module
r320 addr_matrix_f2 : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 matrix_time_f0 : OUT STD_LOGIC_VECTOR(47 DOWNTO 0);
-- matrix_time_f0_1 : OUT STD_LOGIC_VECTOR(47 DOWNTO 0);
pellion
Update regsiter to control the MatrixSpectral Module
r320 matrix_time_f1 : OUT STD_LOGIC_VECTOR(47 DOWNTO 0);
matrix_time_f2 : OUT STD_LOGIC_VECTOR(47 DOWNTO 0));
pellion
TOP_LFR with MS and WFP
r305 END COMPONENT;
COMPONENT lpp_lfr_ms_fsmdma
PORT (
HCLK : IN STD_ULOGIC;
HRESETn : IN STD_ULOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 fifo_matrix_type : IN STD_LOGIC_VECTOR(1 DOWNTO 0);
fifo_matrix_component : IN STD_LOGIC_VECTOR(3 DOWNTO 0);
fifo_matrix_time : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
fifo_data : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
fifo_empty : IN STD_LOGIC;
fifo_ren : OUT STD_LOGIC;
--data_time : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
--fifo_data : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
--fifo_empty : IN STD_LOGIC;
--fifo_ren : OUT STD_LOGIC;
--header : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
--header_val : IN STD_LOGIC;
--header_ack : OUT STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 dma_addr : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
dma_data : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
dma_valid : OUT STD_LOGIC;
dma_valid_burst : OUT STD_LOGIC;
dma_ren : IN STD_LOGIC;
dma_done : IN STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 ready_matrix_f0 : OUT STD_LOGIC;
-- ready_matrix_f0_1 : OUT STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 ready_matrix_f1 : OUT STD_LOGIC;
ready_matrix_f2 : OUT STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 -- error_anticipating_empty_fifo : OUT STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 error_bad_component_error : OUT STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 error_buffer_full : OUT STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 debug_reg : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 status_ready_matrix_f0 : IN STD_LOGIC;
-- status_ready_matrix_f0_1 : IN STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 status_ready_matrix_f1 : IN STD_LOGIC;
status_ready_matrix_f2 : IN STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 -- status_error_anticipating_empty_fifo : IN STD_LOGIC;
-- status_error_bad_component_error : IN STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 config_active_interruption_onNewMatrix : IN STD_LOGIC;
config_active_interruption_onError : IN STD_LOGIC;
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 addr_matrix_f0 : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
-- addr_matrix_f0_1 : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305 addr_matrix_f1 : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
Update regsiter to control the MatrixSpectral Module
r320 addr_matrix_f2 : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
MS (first version, ok in simulation but whitout data integrity)
r360 matrix_time_f0 : OUT STD_LOGIC_VECTOR(47 DOWNTO 0);
-- matrix_time_f0_1 : OUT STD_LOGIC_VECTOR(47 DOWNTO 0);
pellion
Update regsiter to control the MatrixSpectral Module
r320 matrix_time_f1 : OUT STD_LOGIC_VECTOR(47 DOWNTO 0);
matrix_time_f2 : OUT STD_LOGIC_VECTOR(47 DOWNTO 0)
);
pellion
TOP_LFR with MS and WFP
r305 END COMPONENT;
pellion
MS + WFP : synthese ok...
r364
COMPONENT lpp_lfr_ms_FFT
PORT (
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
sample_valid : IN STD_LOGIC;
fft_read : IN STD_LOGIC;
sample_data : IN STD_LOGIC_VECTOR(15 DOWNTO 0);
sample_load : OUT STD_LOGIC;
fft_pong : OUT STD_LOGIC;
fft_data_im : OUT STD_LOGIC_VECTOR(15 DOWNTO 0);
fft_data_re : OUT STD_LOGIC_VECTOR(15 DOWNTO 0);
fft_data_valid : OUT STD_LOGIC;
fft_ready : OUT STD_LOGIC);
END COMPONENT;
pellion
TOP_LFR with MS and WFP
r305
COMPONENT lpp_lfr_filter
GENERIC (
Mem_use : INTEGER);
PORT (
sample : IN Samples(7 DOWNTO 0);
sample_val : IN STD_LOGIC;
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
data_shaping_SP0 : IN STD_LOGIC;
data_shaping_SP1 : IN STD_LOGIC;
data_shaping_R0 : IN STD_LOGIC;
data_shaping_R1 : IN STD_LOGIC;
sample_f0_val : OUT STD_LOGIC;
sample_f1_val : OUT STD_LOGIC;
sample_f2_val : OUT STD_LOGIC;
sample_f3_val : OUT STD_LOGIC;
sample_f0_wdata : OUT STD_LOGIC_VECTOR((6*16)-1 DOWNTO 0);
sample_f1_wdata : OUT STD_LOGIC_VECTOR((6*16)-1 DOWNTO 0);
sample_f2_wdata : OUT STD_LOGIC_VECTOR((6*16)-1 DOWNTO 0);
sample_f3_wdata : OUT STD_LOGIC_VECTOR((6*16)-1 DOWNTO 0));
END COMPONENT;
COMPONENT lpp_lfr
GENERIC (
Mem_use : INTEGER;
nb_data_by_buffer_size : INTEGER;
nb_word_by_buffer_size : INTEGER;
nb_snapshot_param_size : INTEGER;
delta_vector_size : INTEGER;
delta_vector_size_f0_2 : INTEGER;
pindex : INTEGER;
paddr : INTEGER;
pmask : INTEGER;
pirq_ms : INTEGER;
pirq_wfp : INTEGER;
hindex : INTEGER;
top_lfr_version : STD_LOGIC_VECTOR(23 DOWNTO 0)
);
PORT (
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
pellion
Update Sample transformation from ADC to IIR_FILTER
r347 sample_B : IN Samples(2 DOWNTO 0);
sample_E : IN Samples(4 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305 sample_val : IN STD_LOGIC;
apbi : IN apb_slv_in_type;
apbo : OUT apb_slv_out_type;
ahbi : IN AHB_Mst_In_Type;
ahbo : OUT AHB_Mst_Out_Type;
coarse_time : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
fine_time : IN STD_LOGIC_VECTOR(15 DOWNTO 0);
data_shaping_BW : OUT STD_LOGIC;
pellion
(LFR-EM) WFP_MS-1-1-16
r377 --
observation_vector_0: OUT STD_LOGIC_VECTOR(11 DOWNTO 0);
observation_vector_1: OUT STD_LOGIC_VECTOR(11 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305 observation_reg : OUT STD_LOGIC_VECTOR(31 DOWNTO 0)
);
END COMPONENT;
pellion
Update LFR-EM-WAVEFORM_PICKER
r322 -----------------------------------------------------------------------------
-- LPP_LFR with only WaveForm Picker (and without Spectral Matrix Sub System)
-----------------------------------------------------------------------------
COMPONENT lpp_lfr_WFP_nMS
GENERIC (
Mem_use : INTEGER;
nb_data_by_buffer_size : INTEGER;
nb_word_by_buffer_size : INTEGER;
nb_snapshot_param_size : INTEGER;
delta_vector_size : INTEGER;
delta_vector_size_f0_2 : INTEGER;
pindex : INTEGER;
paddr : INTEGER;
pmask : INTEGER;
pirq_ms : INTEGER;
pirq_wfp : INTEGER;
hindex : INTEGER;
top_lfr_version : STD_LOGIC_VECTOR(23 DOWNTO 0));
PORT (
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
pellion
Update Sample transformation from ADC to IIR_FILTER
r347 sample_B : IN Samples(2 DOWNTO 0);
sample_E : IN Samples(4 DOWNTO 0);
pellion
Update LFR-EM-WAVEFORM_PICKER
r322 sample_val : IN STD_LOGIC;
apbi : IN apb_slv_in_type;
apbo : OUT apb_slv_out_type;
ahbi : IN AHB_Mst_In_Type;
ahbo : OUT AHB_Mst_Out_Type;
coarse_time : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
fine_time : IN STD_LOGIC_VECTOR(15 DOWNTO 0);
data_shaping_BW : OUT STD_LOGIC;
observation_reg : OUT STD_LOGIC_VECTOR(31 DOWNTO 0));
END COMPONENT;
-----------------------------------------------------------------------------
pellion
TOP_LFR with MS and WFP
r305 COMPONENT lpp_lfr_apbreg
GENERIC (
nb_data_by_buffer_size : INTEGER;
nb_word_by_buffer_size : INTEGER;
nb_snapshot_param_size : INTEGER;
delta_vector_size : INTEGER;
delta_vector_size_f0_2 : INTEGER;
pindex : INTEGER;
paddr : INTEGER;
pmask : INTEGER;
pirq_ms : INTEGER;
pirq_wfp : INTEGER;
top_lfr_version : STD_LOGIC_VECTOR(23 DOWNTO 0));
PORT (
HCLK : IN STD_ULOGIC;
HRESETn : IN STD_ULOGIC;
apbi : IN apb_slv_in_type;
apbo : OUT apb_slv_out_type;
pellion
Update regsiter to control the MatrixSpectral Module
r320 run_ms : OUT STD_LOGIC;
pellion
update reg APB_LFR :...
r370 ready_matrix_f0 : IN STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 ready_matrix_f1 : IN STD_LOGIC;
ready_matrix_f2 : IN STD_LOGIC;
error_bad_component_error : IN STD_LOGIC;
pellion
Ready for test :)
r365 error_buffer_full : in STD_LOGIC;
error_input_fifo_write : in STD_LOGIC_VECTOR(2 DOWNTO 0);
pellion
update reg APB_LFR :...
r370 --x debug_reg : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
status_ready_matrix_f0 : OUT STD_LOGIC;
pellion
TOP_LFR with MS and WFP
r305 status_ready_matrix_f1 : OUT STD_LOGIC;
status_ready_matrix_f2 : OUT STD_LOGIC;
config_active_interruption_onNewMatrix : OUT STD_LOGIC;
config_active_interruption_onError : OUT STD_LOGIC;
pellion
update reg APB_LFR :...
r370 addr_matrix_f0 : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
Ready for test :)
r365 -- addr_matrix_f0_1 : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305 addr_matrix_f1 : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
addr_matrix_f2 : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
update reg APB_LFR :...
r370 matrix_time_f0 : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
pellion
Ready for test :)
r365 -- matrix_time_f0_1 : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
matrix_time_f1 : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
matrix_time_f2 : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
pellion
TOP_LFR with MS and WFP
r305 status_full : IN STD_LOGIC_VECTOR(3 DOWNTO 0);
status_full_ack : OUT STD_LOGIC_VECTOR(3 DOWNTO 0);
status_full_err : IN STD_LOGIC_VECTOR(3 DOWNTO 0);
status_new_err : IN STD_LOGIC_VECTOR(3 DOWNTO 0);
data_shaping_BW : OUT STD_LOGIC;
data_shaping_SP0 : OUT STD_LOGIC;
data_shaping_SP1 : OUT STD_LOGIC;
data_shaping_R0 : OUT STD_LOGIC;
data_shaping_R1 : OUT STD_LOGIC;
delta_snapshot : OUT STD_LOGIC_VECTOR(delta_vector_size-1 DOWNTO 0);
delta_f0 : OUT STD_LOGIC_VECTOR(delta_vector_size-1 DOWNTO 0);
delta_f0_2 : OUT STD_LOGIC_VECTOR(delta_vector_size_f0_2-1 DOWNTO 0);
delta_f1 : OUT STD_LOGIC_VECTOR(delta_vector_size-1 DOWNTO 0);
delta_f2 : OUT STD_LOGIC_VECTOR(delta_vector_size-1 DOWNTO 0);
nb_data_by_buffer : OUT STD_LOGIC_VECTOR(nb_data_by_buffer_size-1 DOWNTO 0);
nb_word_by_buffer : OUT STD_LOGIC_VECTOR(nb_word_by_buffer_size-1 DOWNTO 0);
nb_snapshot_param : OUT STD_LOGIC_VECTOR(nb_snapshot_param_size-1 DOWNTO 0);
enable_f0 : OUT STD_LOGIC;
enable_f1 : OUT STD_LOGIC;
enable_f2 : OUT STD_LOGIC;
enable_f3 : OUT STD_LOGIC;
burst_f0 : OUT STD_LOGIC;
burst_f1 : OUT STD_LOGIC;
burst_f2 : OUT STD_LOGIC;
run : OUT STD_LOGIC;
addr_data_f0 : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
addr_data_f1 : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
addr_data_f2 : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
addr_data_f3 : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
pellion
(LFR-EM) WFP_MS-1-1-16
r377 start_date : OUT STD_LOGIC_VECTOR(30 DOWNTO 0);
debug_signal : OUT STD_LOGIC_VECTOR(31 DOWNTO 0)
pellion
update reg APB_LFR :...
r370 );
pellion
TOP_LFR with MS and WFP
r305 END COMPONENT;
pellion
Ready for test :)
r365
pellion
TOP_LFR with MS and WFP
r305
COMPONENT lpp_top_ms
GENERIC (
Mem_use : INTEGER;
nb_burst_available_size : INTEGER;
nb_snapshot_param_size : INTEGER;
delta_snapshot_size : INTEGER;
delta_f2_f0_size : INTEGER;
delta_f2_f1_size : INTEGER;
pindex : INTEGER;
paddr : INTEGER;
pmask : INTEGER;
pirq_ms : INTEGER;
pirq_wfp : INTEGER;
hindex_wfp : INTEGER;
hindex_ms : INTEGER);
PORT (
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
sample_B : IN Samples14v(2 DOWNTO 0);
sample_E : IN Samples14v(4 DOWNTO 0);
sample_val : IN STD_LOGIC;
apbi : IN apb_slv_in_type;
apbo : OUT apb_slv_out_type;
ahbi_ms : IN AHB_Mst_In_Type;
ahbo_ms : OUT AHB_Mst_Out_Type;
pellion
Update regsiter to control the MatrixSpectral Module
r320 data_shaping_BW : OUT STD_LOGIC;
matrix_time_f0_0 : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
matrix_time_f0_1 : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
matrix_time_f1 : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
matrix_time_f2 : IN STD_LOGIC_VECTOR(47 DOWNTO 0)
);
pellion
TOP_LFR with MS and WFP
r305 END COMPONENT;
pellion
update reg APB_LFR :...
r370
COMPONENT lpp_apbreg_ms_pointer
PORT (
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
reg0_status_ready_matrix : IN STD_LOGIC;
reg0_ready_matrix : OUT STD_LOGIC;
reg0_addr_matrix : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
reg0_matrix_time : OUT STD_LOGIC_VECTOR(47 DOWNTO 0);
reg1_status_ready_matrix : IN STD_LOGIC;
reg1_ready_matrix : OUT STD_LOGIC;
reg1_addr_matrix : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
reg1_matrix_time : OUT STD_LOGIC_VECTOR(47 DOWNTO 0);
ready_matrix : IN STD_LOGIC;
status_ready_matrix : OUT STD_LOGIC;
addr_matrix : OUT STD_LOGIC_VECTOR(31 DOWNTO 0);
matrix_time : IN STD_LOGIC_VECTOR(47 DOWNTO 0));
END COMPONENT;
pellion
Add HeadReg for input fifo channel f1 (lpp_lfr_ms)
r388
COMPONENT lpp_lfr_ms_reg_head
PORT (
clk : IN STD_LOGIC;
rstn : IN STD_LOGIC;
in_wen : IN STD_LOGIC;
in_data : IN STD_LOGIC_VECTOR(5*16-1 DOWNTO 0);
in_full : IN STD_LOGIC;
in_empty : IN STD_LOGIC;
out_wen : OUT STD_LOGIC;
out_data : OUT STD_LOGIC_VECTOR(5*16-1 DOWNTO 0);
out_full : OUT STD_LOGIC);
END COMPONENT;
pellion
TOP_LFR with MS and WFP
r305
END lpp_lfr_pkg;