Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi
You dont have the Fmax in the report because the software doesnt find reg-reg paths to analyze, so yes, you have to change the design, Try putting the output instruction inside the process after x7: ... x7 <= input(5) AND input(3) AND input(1) AND input(0) ; output <= x7 & x6 & x5 & x4 & x3 & x2 & x1 & x0 ; ...