From de66903739104097c35311400978729695fe97d4 Mon Sep 17 00:00:00 2001 From: Hadaq Date: Mon, 2 Oct 2017 16:41:53 +0200 Subject: [PATCH] Fix CTS slow control register addresses --- cts/source/cts.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/source/cts.vhd b/cts/source/cts.vhd index 9110967..21a52fe 100755 --- a/cts/source/cts.vhd +++ b/cts/source/cts.vhd @@ -1081,7 +1081,7 @@ begin generic map ( PORT_NUMBER => 2, -- trigger debug - PORT_ADDRESSES => (0 => X"A100", 1 => X"A000", others => X"0000"), + PORT_ADDRESSES => (0 => X"0100", 1 => X"0000", others => X"0000"), PORT_ADDR_MASK => (0 => 8, 1 => 8, others => 0) ) port map ( -- 2.43.0