This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

cache invalidation

Hi,

If the Cache line valid bit in implemented in the Memory along with the Tag RAM, during the initial power-up and reset, cache-invalidation requires each bit of the cache line to be explicitly written to '0' which is a operation of lots of clock cycles.(@ one cycle line per cycle).

Is this correct ?

When is this operation performed?

Parents
  • > Is this correct ?

    Yes although "lots of clock cycles" is probably over stating it; relative to the cost of booting an operating system it's insignificant.

    > When is this operation performed?

    Boot time, typically before turning on the caches.

Reply
  • > Is this correct ?

    Yes although "lots of clock cycles" is probably over stating it; relative to the cost of booting an operating system it's insignificant.

    > When is this operation performed?

    Boot time, typically before turning on the caches.

Children