@whitequark @dlharmon Yeah modern nodes have very short windows which makes catching metastability related bugs tricky.
~5 years ago I caught one in a UART core I had been using for quite a long time that would occasionally drop a byte when I was sending a lot of data. Turns out I wasn't synchronizing the input properly (i.e. at all).