--Media Interface
signal med2int : med2int_array_t(0 to 0);
signal int2med : int2med_array_t(0 to 0);
- signal med_stat_debug : std_logic_vector (1*64-1 downto 0);
+-- signal med_stat_debug : std_logic_vector (1*64-1 downto 0);
--READOUT
signal readout_rx : READOUT_RX;
MEDIA_INT2MED(0 to 2) => open,
MEDIA_INT2MED(3) => int2med(0),
-- Sync operation
- RX_DLM_OUT(2 downto 2) => open,
+ RX_DLM_OUT(2 downto 0) => open,
RX_DLM_OUT(3) => rx_dlm_i,
RX_DLM_WORD_OUT(23 downto 0) => open,
RX_DLM_WORD_OUT(31 downto 24) => send_dlm_word_i,
THE_BUS_HANDLER : entity work.trb_net16_regio_bus_handler_record
generic map(
PORT_NUMBER => 5,
- PORT_ADDRESSES => (0 => x"d000", 1 => x"b000", 2 => x"d300", 3 => x"c000", 4 => x"b000", others => x"0000"),
+ PORT_ADDRESSES => (0 => x"d000", 1 => x"b200", 2 => x"d300", 3 => x"c000", 4 => x"e000", others => x"0000"),
PORT_ADDR_MASK => (0 => 12, 1 => 9, 2 => 1, 3 => 12, 4 => 5, others => 0),
PORT_MASK_ENABLE => 1
)