From bfdc202e736a6a96a78f4b248337e731680a9b36 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Tue, 30 Apr 2013 09:55:19 +0200 Subject: [PATCH] Increased PORT_ADDR_MASK to 3 for TDC ctrl in CTS --- cts/trb3_central.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/trb3_central.vhd b/cts/trb3_central.vhd index 9938aa7..d633808 100644 --- a/cts/trb3_central.vhd +++ b/cts/trb3_central.vhd @@ -992,7 +992,7 @@ THE_BUS_HANDLER : trb_net16_regio_bus_handler generic map( PORT_NUMBER => 11, PORT_ADDRESSES => (0 => x"d000", 1 => x"d100", 2 => x"8100", 3 => x"8300", 4 => x"a000", 5 => x"d300", 6 => x"c000", 7 => x"c100", 8 => x"c200", 9 => x"c300", 10 => x"c800", others => x"0000"), - PORT_ADDR_MASK => (0 => 1, 1 => 6, 2 => 8, 3 => 8, 4 => 9, 5 => 0, 6 => 7, 7 => 5, 8 => 7, 9 => 7, 10 => 2, others => 0) + PORT_ADDR_MASK => (0 => 1, 1 => 6, 2 => 8, 3 => 8, 4 => 9, 5 => 0, 6 => 7, 7 => 5, 8 => 7, 9 => 7, 10 => 3, others => 0) ) port map( CLK => clk_100_i, -- 2.43.0