Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- 1) That seems wrong, as the internal counters should be reset by the reset circuitry generated by your settings. 2) Technically, the read side of the FIFO is usually a don't care as far as Recovery/Removal analysis. The reason is that the read logic doesn't change out of reset because the FIFO is empty. The only condition where it could be a problem is if you disabled the read protection circuitry and were issuing a read at the same time you come out of reset, which I've never seen done and seems like a bad idea all around. --- Quote End --- Thanks for answering. I think I was wrong about violation of counters, maybe I saw results of previous compilations without fifo parameters above. Now I built the design and see violations in registers like that: fifo|dffpipe_3dc:rdaclr|dffe10a[0]. But "pipe" is synchronizer, I think it is normal that a metastability is in first synchro stage. Can I set a false path there?