From 42809e7248e96e3c97d105d73f3c0051f820430e Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 28 Oct 2019 15:25:02 +0100 Subject: [PATCH] update CTS for more different pinouts --- cts/source/cts.vhd | 2 +- cts/source/cts_pkg.vhd | 4 ++-- cts/source/cts_trigger.vhd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cts/source/cts.vhd b/cts/source/cts.vhd index ef88bee..586869a 100755 --- a/cts/source/cts.vhd +++ b/cts/source/cts.vhd @@ -113,7 +113,7 @@ entity CTS is ADDON_GROUP_UPPER : CTS_GROUP_CONFIG_T := (3,7,11,12,13, others=>0); -- PERIPH_TRIGGER_COUNT: integer range 0 to 1 := 1; - PLATTFORM : integer range 0 to 1 := 0; + PLATTFORM : integer range 0 to 2 := 0; OUTPUT_MULTIPLEXERS : integer range 0 to 255 := 0; EXTERNAL_TRIGGER_ID : std_logic_vector(7 downto 0) := X"00"; diff --git a/cts/source/cts_pkg.vhd b/cts/source/cts_pkg.vhd index 2dae55d..d486dd2 100755 --- a/cts/source/cts_pkg.vhd +++ b/cts/source/cts_pkg.vhd @@ -29,7 +29,7 @@ package cts_pkg is OUTPUT_MULTIPLEXERS : integer range 0 to 255 := 0; EXTERNAL_TRIGGER_ID : std_logic_vector(7 downto 0) := X"00"; - PLATTFORM : integer range 0 to 1 := 0; + PLATTFORM : integer range 0 to 2 := 0; TIME_REFERENCE_COUNT: positive := 10; -- Number of clock cycles the time reference needs to stay asserted (100ns) FIFO_ADDR_WIDTH : integer range 1 to 31 := 9 -- 2**(FIFO_ADDR_WIDTH-1) events can be stored in read-out buffer of CTS ); @@ -191,7 +191,7 @@ package cts_pkg is PERIPH_TRIGGER_COUNT: integer range 0 to 15 := 2; OUTPUT_MULTIPLEXERS : integer range 0 to 255 := 0; - PLATTFORM : integer range 0 to 1 := 0; + PLATTFORM : integer range 0 to 2 := 0; EXTERNAL_TRIGGER_ID : std_logic_vector(7 downto 0) := X"00" ); diff --git a/cts/source/cts_trigger.vhd b/cts/source/cts_trigger.vhd index ba06e84..ada52fe 100755 --- a/cts/source/cts_trigger.vhd +++ b/cts/source/cts_trigger.vhd @@ -21,7 +21,7 @@ entity CTS_TRIGGER is PERIPH_TRIGGER_COUNT: integer range 0 to 15 := 1; OUTPUT_MULTIPLEXERS : integer range 0 to 255 := 0; - PLATTFORM : integer range 0 to 1 := 0; + PLATTFORM : integer range 0 to 2 := 0; EXTERNAL_TRIGGER_ID : std_logic_vector(7 downto 0) := X"00" ); -- 2.43.0