Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCPLD selection suggestion
Hi, We want to interface two devices (A and B) working at 148.5MHz. The first device (A) gives out data at the negative edge and the second device (B) captures at the positive edge. The cl...
Altera_Forum
Honored Contributor
12 years agoYou could possibly do that, but you would essentially have 2 clock domains in the device, so you would need to pass the data safely between then, usually using a FIFO, so it will add a small amount of latency.