EEren
Occasional Contributor
7 years agoMAX10 Signal propagation
I have a mux F_LPTG_OUT(0) <= F_LPTG_IN(0) when (sel(0) = '1') else cpu_out(0); What signal propagation time will be from the input to the output?
OK. I did it. I got a delay from input to output 9.378 nanosec. It's awful. I need 2-3 nanosec. What can I use faster then mux?