g_node_type=>g_node_type,-- : t_e_unb1_board_node := e_any; -- or e_fn, or e_bn
g_nof_bus=>g_nof_bus,-- : NATURAL := 4; -- one bus to each of the 4 nodes on the other side of the mesh
g_node_type=>g_node_type,
g_nof_bus=>g_nof_bus,
-- User
g_usr_use_complex=>g_usr_use_complex,-- : BOOLEAN := FALSE; -- when TRUE transport sosi im & re fields via DP data, else transport sosi data via DP data
g_usr_data_w=>g_usr_data_w,-- : NATURAL := 32; -- <= 32, to avoid need for DP packet data packing and to fit on the tr_nonbonded PHY data width of 32 bit
g_phy_rx_fifo_size=>g_phy_rx_fifo_size,-- : NATURAL := c_bram_m9k_fifo_depth; -- g_fifos=TRUE in mms_tr_nonbonded, choose to use full BRAM size = 256 for FIFO depth at output from PHY
g_tx_input_use_fifo=>g_tx_input_use_fifo,-- : BOOLEAN := TRUE; -- Tx input uses FIFO to create slack for inserting DP Packet and Uthernet frame headers
g_tx_input_fifo_size=>g_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
g_rx_output_use_fifo=>g_tx_input_use_fifo,-- : BOOLEAN := TRUE; -- Rx output provides FIFOs to ensure that dp_distribute does not get blocked due to substantial backpressure on another output
g_rx_output_fifo_size=>g_tx_input_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
g_rx_timeout_w=>g_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