From d018ff0228af8d1569fa09be2601228ee71be86a Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Mon, 31 Aug 2020 11:02:06 +0200 Subject: [PATCH] Cleaned up description. --- libraries/base/dp/src/vhdl/dp_selector_arr.vhd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/base/dp/src/vhdl/dp_selector_arr.vhd b/libraries/base/dp/src/vhdl/dp_selector_arr.vhd index e69e1f3615..5b5f2c8d6c 100644 --- a/libraries/base/dp/src/vhdl/dp_selector_arr.vhd +++ b/libraries/base/dp/src/vhdl/dp_selector_arr.vhd @@ -23,11 +23,11 @@ -- Author: R. van der Walle -- Purpose: Selects between two input arrays using MM interface. -- Description: --- . Output is set to pipe_sosi_arr when register is set to '1', output is set --- . to ref_sosi_arr when register is set to '0'. pipe_sosi_arr input can be --- . pipelined, this is configured with the generic "g_pipeline". +-- Output is set to pipe_sosi_arr when register is set to '1', output is set +-- to ref_sosi_arr when register is set to '0'. pipe_sosi_arr input can be +-- pipelined, this is configured with the generic "g_pipeline". -- Remark: --- . The select register is synchronised with the sync signal in ref_sosi_arr. +-- The select register is synchronised with the sync signal in ref_sosi_arr. ------------------------------------------------------------------------------- -- GitLab