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?
As mention, timequest report path from reg to reg. You need to see what reg to reg on the path that you interest and report from there. In the btw the register, you have to manually add in the delay to sum out the delay of your path.