How is a lock (ie mutex or semaphore) done at the hardware level?
Resposta da entrevista
Sigiloso
27 de set. de 2011
You need to lock the bus so that other masters do not access the shared resource (eg. memory) between the read and write. This can be implemented in the arbiter.