From cb99656173c6e5228681c6b34200d02f5c4574ab Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Mon, 31 Aug 2020 14:50:56 +0200 Subject: [PATCH] typo fix. --- libraries/base/dp/tb/vhdl/tb_dp_selector_arr.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/dp/tb/vhdl/tb_dp_selector_arr.vhd b/libraries/base/dp/tb/vhdl/tb_dp_selector_arr.vhd index b81a6c5621..d49b12b375 100644 --- a/libraries/base/dp/tb/vhdl/tb_dp_selector_arr.vhd +++ b/libraries/base/dp/tb/vhdl/tb_dp_selector_arr.vhd @@ -25,7 +25,7 @@ -- Test bench for dp_selector_arr -- Description: -- . Two data stream arrays are offered with g_nof_streams=4 to two DUTs. The --- streams are distinguished by an offset in the data fiels, defined by +-- streams are distinguished by an offset in the data fields, defined by -- c_pipe_data_offset -- . One DUT selects one array and the other DUT selects the other array. -- . The output of the DUTs are compared to the expected output. -- GitLab