Forum Discussion
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?
KennyT_altera
Super Contributor
7 years agobasically, you have a mux which means there will be 3 input to one output. we calculate the delay base on register to register in time quest.
You should be able to pull out the delay from the time quest for the delay that you have.