constant USE_RXCLOCK : integer := c_NO;
--Address settings
- constant INIT_ADDRESS : std_logic_vector := x"F3CF";
- constant BROADCAST_SPECIAL_ADDR : std_logic_vector := x"74";
+ constant INIT_ADDRESS : std_logic_vector := x"F3C6";
+ constant BROADCAST_SPECIAL_ADDR : std_logic_vector := x"76";
--set to 0 for backplane serdes, set to 3 for front SFP serdes
constant SERDES_NUM : integer := 0;
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"b000", 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
)
-- I/O
---------------------------------------------------------------------------
--- RJ_IO(1 downto 0) <= trig_gen_out_i(3 downto 2);
+ RJ_IO(1 downto 0) <= trig_gen_out_i(3 downto 2);
RJ_IO(3 downto 2) <= trig_gen_out_i(1 downto 0);
- RJ_IO(0) <= clk_full_osc;
- RJ_IO(1) <= clk_sys;
+ --RJ_IO(0) <= clk_full_osc;
+ --RJ_IO(1) <= clk_sys;
BACK_GPIO(1 downto 0) <= (others => 'Z');
BACK_GPIO(3 downto 2) <= trig_gen_out_i(3 downto 2);