Forum Discussion
Altera_Forum
Honored Contributor
12 years agoyou cant detect both edges of the RX signal, you are only allowed to detect a single rising or falling edge, and us it as the clock - not in addition to another clock.
What is RX? is it really a clock or some other signal? usually you would create an edge detector by comparing a registered version of a signal to the signal itself. It simulates fine because lots of VHDL works fine in simulation but is no use for synthesis.