diff --git a/libraries/base/common/src/vhdl/common_reg_r_w_dc.vhd b/libraries/base/common/src/vhdl/common_reg_r_w_dc.vhd index 8878d751ee3a09cd3975cf2039658f0d787ca785..d29acbb51aeb1345b3895b2c8a7e4cbea30c3570 100644 --- a/libraries/base/common/src/vhdl/common_reg_r_w_dc.vhd +++ b/libraries/base/common/src/vhdl/common_reg_r_w_dc.vhd @@ -44,6 +44,12 @@ -- In fact g_readback could better be called g_st_readback. An alternative -- g_mm_readback could define direct read back in the MM clock domain and -- would allow leaving the in_reg not connected. +-- . reg_wr_arr +-- Provides write access pulse in dp_clk domain. However the pulse may arrive +-- before the out_reg data, due to that the pulse and data do not cross the +-- clock domain in the same way. A solution would be to use a single +-- common_reg_cross_domain instance to transfer both the wr access info and +-- the data. LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL;