-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementando sistema para espera de leitura e escrita da memoria, para casos cuja a memoria e mais lenta que o processador, o processador aguarda para o sinal memory_response ser 1 para prosseguir, enquanto o mesmo for 0, ele continua em estado de espera. Para casos de resposta imediata, basta realizar um assign do memery_responde = merory_read | memory_write
- Loading branch information
Showing
3 changed files
with
127 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.