Skip to content

Commit

Permalink
make overflow counter of accumulator visible again
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Münker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Apr 23, 2024
1 parent c46fd26 commit 2d76306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfda/fixpoint_widgets/fir_df/fir_df_amaranth_ui.py
Expand Up @@ -104,7 +104,7 @@ def _construct_UI(self):
self.wdg_wq_accu = FX_UI_WQ(
fb.fil[0]['fxq']['QACC'], objectName='fx_ui_wq_fir_df_accu',
cmb_w_vis='on', cmb_w_items=self.cmb_wq_accu_items,
count_ovfl_vis='off',
count_ovfl_vis='auto',
label='<b>Accu Format <i>Q<sub>ACC&nbsp;</sub></i>:</b>',
cmb_ov_items=["<span>Select overflow behaviour.</span>",
("wrap", "Wrap", "Two's complement wrap around"),
Expand Down

0 comments on commit 2d76306

Please sign in to comment.