Altera_Forum
Honored Contributor
12 years agoIs there any timing constraint with asynchronous I/Os?
This might be a silly question. But I would appreciate your answer.
A typical situation is either an UART input or UART output. For input, I use a counter running at system clock to sample the incoming bit stream according to the predefined data rate. For output, I use a counter running at system clock to generate the outgoing bit stream at the predefined data rate. I guess, all I need is set a false path on either the input or output. Is that correct?