Quantcast
Viewing all articles
Browse latest Browse all 63778

Forum Post: RE: clock cycles reading data from RAM

The chip does not know nor care about c-code. It can only run machine code. The c-compiler translates c-code into machine code. But there is no deterministic way of doing so. As a result there is no deterministic number of clocks how a line of c-code takes. The best one can do is, list the object machine code and find out how many clocks that take.

Viewing all articles
Browse latest Browse all 63778

Trending Articles