I have coded a 24 bit kogge stone adder and I wanna get the timing report for adding 100 random numbers . I don't want to get timing for adding two numbers and from that calculating the time for 100 numbers . I've also have an entity consisting one adder, on register and one MUX like the picture attached. but it's not the case for what i really want , the timing which I have is not for adding 100 hundred numbers serially . there is also an input which I pass to my module that counts numbers and after if it reaches 100 , the result(final sum of 100 numbers) will be filled. I was wondering if someone could do me a favor and tell me how to solve my problem