From 389656cc9c1dbe5074a596bc193d8e0c76c31705 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Wed, 3 Jun 2015 18:44:56 +0200 Subject: [PATCH] Use correct channel input for TDC, should not change much --- ADC/config.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADC/config.vhd b/ADC/config.vhd index 15ca097..8727570 100644 --- a/ADC/config.vhd +++ b/ADC/config.vhd @@ -47,7 +47,7 @@ package config is -- 1: same channel, -- 2: alternating channels, -- 3: same channel with stretcher - constant DOUBLE_EDGE_TYPE : integer range 0 to 3 := 2; + constant DOUBLE_EDGE_TYPE : integer range 0 to 3 := 0; --> change names in constraints file --ring buffer size: 32,64,96,128,dyn -- 2.43.0