bananaking21 said:
walsufnir said:
ethomaz said: A question.... The eSRAM clock runs at the GPU clock or it can run async? |
That is a good question. I think you have to consider both cpu and gpu. But generally it's ok if memory is faster than the fsb of cpu/gpu - it just must not be lower...
|
you usually have strong info on this stuff and dont let your personal feelings get in the way of knowledge, could you explain what this means? thanks 
|
Thanks :) But it's just info and not strong info and I don't keep up with recent developments - in my youth I had more time for this ;)
The thing is that usually you have one clock-source (of course you can have several in computing-systems but these are special cases) so everything will be "in sync" with the one clock-source (computing-wise that is). If you have memory which is "faster" (meaning it can operate at higher clocks) you don't have a problem with data from computing units (the ones that generate data that is to be "stored" at memory). I am just saying "memory" but keep in mind that in current systems this includes several "levels" of memory - registers, caches and main memory. I think the abstraction is legit.
Keep in mind this is old info from 90's - nowadays computers don't have fsb's anymore afair when speaking to a pc-spec-specialist recently... ;)
The thing is that if memory doesn't match the speed of the data from cpu you run into problems - it's like letting water run down a hole while the opening is too narrow. The water won't run off fast enough. But thanks to the many levels of memory computers have nowadays the "bad" effect will be not *that* hard but keep in mind that memory is especially intended to serve the computing units. It delivers data to calculate to computing units and will get the stuff that comes from the computing units. If memory is too slow there will be a lot of pipeline-stalls and you have a bottleneck (you always have but they will occur way more often).
There is even more to it like rising and falling edges on clocks but I think this will be too much to explain on a forum like this :)