From 302318a90684fe271396ab4d09c9a576f9565e73 Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Tue, 1 Sep 2020 16:35:57 +0200 Subject: [PATCH] Typo --- libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd b/libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd index 530ab7dff4..e98c3788be 100644 --- a/libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd +++ b/libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd @@ -136,7 +136,7 @@ -- . Using g_check_input_sync=True is similar to using a dp_sync_checker in -- front of this dp_block_gen_valid_arr. However the advantage of -- dp_sync_checker is that it provides monitoring and control via MM. --- . If g_check_input_sync = True, te output sync is derived from snk_in.sync to +-- . If g_check_input_sync = True, the output sync is derived from snk_in.sync to -- allow for a fractional amount of blocks per sync period. LIBRARY IEEE, common_lib; -- GitLab