From 974a393aacacdf18277f5efa19c6bf3e3bf1ef7c Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Sat, 16 Jan 2021 15:42:00 +0100 Subject: [PATCH] Corrected original creation dat of PFS and PFT2 to 2004. --- applications/lofar1/pfs/src/vhdl/pfs.vhd | 2 +- applications/lofar1/pfs/src/vhdl/pfs_coefsbuf.vhd | 2 +- applications/lofar1/pfs/src/vhdl/pfs_ctrl.vhd | 2 +- applications/lofar1/pfs/src/vhdl/pfs_filter.vhd | 2 +- applications/lofar1/pfs/src/vhdl/pfs_tapsbuf.vhd | 2 +- applications/lofar1/pft2/src/vhdl/pft.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_bf.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_bf_fw.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_buffer.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_lfsr.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_pkg.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_reverse.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_separate.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_stage.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_switch.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_tmult.vhd | 4 ++-- applications/lofar1/pft2/src/vhdl/pft_unswitch.vhd | 4 ++-- applications/lofar1/readme_lofar1.txt | 4 ++-- 18 files changed, 31 insertions(+), 31 deletions(-) diff --git a/applications/lofar1/pfs/src/vhdl/pfs.vhd b/applications/lofar1/pfs/src/vhdl/pfs.vhd index f0efbc4dac..f639776cad 100644 --- a/applications/lofar1/pfs/src/vhdl/pfs.vhd +++ b/applications/lofar1/pfs/src/vhdl/pfs.vhd @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz -- Purpose: Polyphase FIR filter -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pfs/src/vhdl/pfs_coefsbuf.vhd b/applications/lofar1/pfs/src/vhdl/pfs_coefsbuf.vhd index 913cc1d5c0..3d0965b570 100644 --- a/applications/lofar1/pfs/src/vhdl/pfs_coefsbuf.vhd +++ b/applications/lofar1/pfs/src/vhdl/pfs_coefsbuf.vhd @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz -- Purpose: Polyphase FIR filter -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pfs/src/vhdl/pfs_ctrl.vhd b/applications/lofar1/pfs/src/vhdl/pfs_ctrl.vhd index 1ea585a951..b3c03451fa 100644 --- a/applications/lofar1/pfs/src/vhdl/pfs_ctrl.vhd +++ b/applications/lofar1/pfs/src/vhdl/pfs_ctrl.vhd @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz -- Purpose: Polyphase FIR filter -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pfs/src/vhdl/pfs_filter.vhd b/applications/lofar1/pfs/src/vhdl/pfs_filter.vhd index 8378497351..c57799553e 100644 --- a/applications/lofar1/pfs/src/vhdl/pfs_filter.vhd +++ b/applications/lofar1/pfs/src/vhdl/pfs_filter.vhd @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz -- Purpose: Polyphase FIR filter -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pfs/src/vhdl/pfs_tapsbuf.vhd b/applications/lofar1/pfs/src/vhdl/pfs_tapsbuf.vhd index 0ddf24038f..e891be39d1 100644 --- a/applications/lofar1/pfs/src/vhdl/pfs_tapsbuf.vhd +++ b/applications/lofar1/pfs/src/vhdl/pfs_tapsbuf.vhd @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz -- Purpose: Polyphase FIR filter -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft.vhd b/applications/lofar1/pft2/src/vhdl/pft.vhd index 0f85ddfef1..624d916f47 100644 --- a/applications/lofar1/pft2/src/vhdl/pft.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_bf.vhd b/applications/lofar1/pft2/src/vhdl/pft_bf.vhd index 0fb8742918..9953faf31b 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_bf.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_bf.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_bf_fw.vhd b/applications/lofar1/pft2/src/vhdl/pft_bf_fw.vhd index b3920c53f3..c8792a930f 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_bf_fw.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_bf_fw.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_buffer.vhd b/applications/lofar1/pft2/src/vhdl/pft_buffer.vhd index d2112956ad..96e8b5ced7 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_buffer.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_buffer.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_lfsr.vhd b/applications/lofar1/pft2/src/vhdl/pft_lfsr.vhd index afcb2c4b9c..6ae096c0aa 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_lfsr.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_lfsr.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_pkg.vhd b/applications/lofar1/pft2/src/vhdl/pft_pkg.vhd index d6d92acaa5..0adc958ca5 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_pkg.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_pkg.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Copy of pft(pkg).vhd to avoid () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_reverse.vhd b/applications/lofar1/pft2/src/vhdl/pft_reverse.vhd index 43c1cc8348..7668182d3e 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_reverse.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_reverse.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_separate.vhd b/applications/lofar1/pft2/src/vhdl/pft_separate.vhd index f1b6206b2d..e1be64157c 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_separate.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_separate.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_stage.vhd b/applications/lofar1/pft2/src/vhdl/pft_stage.vhd index 14d769a3c4..2d0d5fba0f 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_stage.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_stage.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_switch.vhd b/applications/lofar1/pft2/src/vhdl/pft_switch.vhd index ef05f46339..a8667b3cdd 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_switch.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_switch.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_tmult.vhd b/applications/lofar1/pft2/src/vhdl/pft_tmult.vhd index 313619ba49..6b5a7be82b 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_tmult.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_tmult.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/pft2/src/vhdl/pft_unswitch.vhd b/applications/lofar1/pft2/src/vhdl/pft_unswitch.vhd index f1aff4542c..a2bc3bf433 100644 --- a/applications/lofar1/pft2/src/vhdl/pft_unswitch.vhd +++ b/applications/lofar1/pft2/src/vhdl/pft_unswitch.vhd @@ -18,8 +18,8 @@ -- ------------------------------------------------------------------------------- -- --- Author: E. Kooistra, original 2011 by W. Lubberhuizen / W. Poeisz --- Purpose: Polyphase FIR filter +-- Author: ported by E. Kooistra, original 2004 by W. Lubberhuizen / W. Poeisz +-- Purpose: pipelined FFT -- Description: Ported from LOFAR1, see readme_lofar1.txt -- Remark: Put entity and architecture in same file without () in file name. diff --git a/applications/lofar1/readme_lofar1.txt b/applications/lofar1/readme_lofar1.txt index 31e53f11d8..d20bd1e2e5 100644 --- a/applications/lofar1/readme_lofar1.txt +++ b/applications/lofar1/readme_lofar1.txt @@ -21,8 +21,8 @@ -- Author: E. Kooistra This readme describes how the PFB (= pfs + pft2) code of LOFAR1 on RSP that -was created in 2011 by W. Lubberhuizen / W. Poiesz, was ported to git for -LOFAR2/SDP on UniBoard2 in 2021 by E. Kooistra. +was created in 2004 by W. Lubberhuizen / W. Poiesz, was ported to git for +LOFAR2.0/SDP on UniBoard2 in 2021 by E. Kooistra. Contents 1) Comparison of LOFAR1 and APERTIF polyphase filterbank (PFB) -- GitLab