psi_common
psi_common copied to clipboard
psi_common_debouncer - interference between individual bits
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).