psi_common icon indicating copy to clipboard operation
psi_common copied to clipboard

psi_common_debouncer - interference between individual bits

Open obruendl opened this issue 8 months ago • 0 comments

I think the debouncer should implement debouncing per bit. At the moment it is implemented to only forward data if all bits are stable. Hence if one bit in dat_i toggles continuously, the other bits are not forwarded (because not the whole dat_i word stays stable).

obruendl avatar May 27 '24 11:05 obruendl