CONSTANTc_fw_version:t_unb1_board_fw_version:=(0,1);-- firmware version x.y
CONSTANTc_fw_version:t_unb1_board_fw_version:=(0,5);-- firmware version x.y
CONSTANTc_node_type:t_e_unb1_board_node:=e_any;-- or e_fn, or e_bn
CONSTANTc_node_type:t_e_unb1_board_node:=e_any;-- or e_fn, or e_bn
CONSTANTc_nof_bus:NATURAL:=4;-- one bus to each of the 4 nodes on the other side of the mesh
CONSTANTc_nof_bus:NATURAL:=4;-- one bus to each of the 4 nodes on the other side of the mesh
CONSTANTc_usr_use_complex:BOOLEAN:=TRUE;-- when TRUE transport sosi im & re fields via DP data, else transport sosi data via DP data
CONSTANTc_usr_use_complex:BOOLEAN:=TRUE;-- when TRUE transport sosi im & re fields via DP data, else transport sosi data via DP data
CONSTANTc_usr_data_w:NATURAL:=8;-- <= 32, to avoid need for DP packet data packing and to fit on the tr_nonbonded PHY data width of 32 bit
CONSTANTc_usr_data_w:NATURAL:=16;-- 16 = 2 x c_complex_w = 2 x 8
CONSTANTc_usr_frame_len:NATURAL:=128;--20;
CONSTANTc_usr_frame_len:NATURAL:=128;--20;
CONSTANTc_usr_nof_streams:NATURAL:=3;-- number of user streams per bus
CONSTANTc_usr_nof_streams:NATURAL:=3;-- number of user streams per bus
CONSTANTc_phy_nof_serial:NATURAL:=3;-- up to 4 serial lanes per bus
CONSTANTc_phy_nof_serial:NATURAL:=3;-- up to 4 serial lanes per bus
...
@@ -104,7 +104,7 @@ ARCHITECTURE str OF apertif_unb1_cor_mesh_ref IS
...
@@ -104,7 +104,7 @@ ARCHITECTURE str OF apertif_unb1_cor_mesh_ref IS
CONSTANTc_tx_input_fifo_size:NATURAL:=c_bram_m9k_fifo_depth;-- g_tx_input_use_fifo=TRUE, choose to use full BRAM size = 256 for FIFO depth at input to uth_terminal_tx
CONSTANTc_tx_input_fifo_size:NATURAL:=c_bram_m9k_fifo_depth;-- g_tx_input_use_fifo=TRUE, choose to use full BRAM size = 256 for FIFO depth at input to uth_terminal_tx
CONSTANTc_tx_input_fifo_fill:NATURAL:=0;
CONSTANTc_tx_input_fifo_fill:NATURAL:=0;
CONSTANTc_use_rx:BOOLEAN:=TRUE;
CONSTANTc_use_rx:BOOLEAN:=TRUE;
CONSTANTc_rx_output_use_fifo:BOOLEAN:=FALSE;-- Rx output provides FIFOs to ensure that dp_distribute does not get blocked due to substantial backpressure on another output
CONSTANTc_rx_output_use_fifo:BOOLEAN:=TRUE;-- Rx output provides FIFOs to ensure that dp_distribute does not get blocked due to substantial backpressure on another output
CONSTANTc_rx_output_fifo_size:NATURAL:=c_bram_m9k_fifo_depth;-- g_rx_output_use_fifo, choose to use full BRAM size = 256 for FIFO depth at output of uth_terminal_rx
CONSTANTc_rx_output_fifo_size:NATURAL:=c_bram_m9k_fifo_depth;-- g_rx_output_use_fifo, choose to use full BRAM size = 256 for FIFO depth at output of uth_terminal_rx
CONSTANTc_rx_output_fifo_fill:NATURAL:=0;
CONSTANTc_rx_output_fifo_fill:NATURAL:=0;
CONSTANTc_rx_timeout_w:NATURAL:=0;-- when 0 then no timeout else when > 0 then flush pending rx payload after 2**g_timeout_w clk cylces of inactive uth_rx snk_in.valid
CONSTANTc_rx_timeout_w:NATURAL:=0;-- when 0 then no timeout else when > 0 then flush pending rx payload after 2**g_timeout_w clk cylces of inactive uth_rx snk_in.valid
...
@@ -121,8 +121,6 @@ ARCHITECTURE str OF apertif_unb1_cor_mesh_ref IS
...
@@ -121,8 +121,6 @@ ARCHITECTURE str OF apertif_unb1_cor_mesh_ref IS
CONSTANTc_mesh_mon_use_sync:BOOLEAN:=TRUE;-- when TRUE use dp_pps to trigger the data buffer capture, else new data capture after read access of last data word
CONSTANTc_mesh_mon_use_sync:BOOLEAN:=TRUE;-- when TRUE use dp_pps to trigger the data buffer capture, else new data capture after read access of last data word
CONSTANTc_reg_diag_db_adr_w:NATURAL:=5;
-- System
-- System
SIGNALcs_sim:STD_LOGIC;
SIGNALcs_sim:STD_LOGIC;
SIGNALxo_clk:STD_LOGIC;
SIGNALxo_clk:STD_LOGIC;
...
@@ -200,9 +198,13 @@ ARCHITECTURE str OF apertif_unb1_cor_mesh_ref IS
...
@@ -200,9 +198,13 @@ ARCHITECTURE str OF apertif_unb1_cor_mesh_ref IS