diff --git a/lib/lpp/lpp_top_lfr/lpp_top_apbreg.vhd b/lib/lpp/lpp_top_lfr/lpp_top_apbreg.vhd --- a/lib/lpp/lpp_top_lfr/lpp_top_apbreg.vhd +++ b/lib/lpp/lpp_top_lfr/lpp_top_apbreg.vhd @@ -193,7 +193,7 @@ BEGIN -- beh - data_shaping_BW <= reg_wp.data_shaping_BW; + data_shaping_BW <= NOT reg_wp.data_shaping_BW; data_shaping_SP0 <= reg_wp.data_shaping_SP0; data_shaping_SP1 <= reg_wp.data_shaping_SP1; data_shaping_R0 <= reg_wp.data_shaping_R0; @@ -405,4 +405,4 @@ BEGIN -- beh apbo.prdata <= prdata; -END beh; \ No newline at end of file +END beh;