From 20a024d13682bb4848c0ed188774d7330545ebd1 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Wed, 17 Dec 2014 09:19:56 +0000
Subject: [PATCH] --This line, and those below, will be-Set nof inputs to 24
 for hardware. ignored--

M    tc_correlator.py
---
 libraries/dsp/correlator/tb/python/tc_correlator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/dsp/correlator/tb/python/tc_correlator.py b/libraries/dsp/correlator/tb/python/tc_correlator.py
index 6d8b4407a0..258f37fd16 100644
--- a/libraries/dsp/correlator/tb/python/tc_correlator.py
+++ b/libraries/dsp/correlator/tb/python/tc_correlator.py
@@ -31,7 +31,7 @@ import pi_diag_data_buffer
 # Description:
 # Usage:
 
-NOF_INPUTS = 10 
+NOF_INPUTS = 24 
 NOF_VISIBILITIES = (NOF_INPUTS*(NOF_INPUTS+1))/2
 BUFFER_WIDTH = 64
 
-- 
GitLab