diff options
Diffstat (limited to '')
| -rw-r--r-- | BigGolf | 48 |
1 files changed, 24 insertions, 24 deletions
| @@ -26,30 +26,30 @@ Memory transactions: Opcodes that do it: (second set is the indirect versi | |||
| 26 | 26 | ||
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | ┌─────┐ ┌──────┐ ┌────┐ | 29 | ┌─────┐ ┌──────┐ ┌────┐ |
| 30 | │Fetch├──────►│Decode│ ┌►│Exec│ | 30 | │Fetch├──────►│Decode│ ┌│Exec│ |
| 31 | └─────┘ └──────┘ │ └────┘ | 31 | └─────┘ └──────┘ │ └────┘ |
| 32 | │ | 32 | │ |
| 33 | next_pc ┌──init_indirect_load │ init_execution_store | 33 | next_pc ┌───init_indirect_load │ init_execution_store |
| 34 | │ init_execution_load──┤ retire | 34 | │ init_execution_load── retire |
| 35 | │ init_execution_store │ | 35 | │ init_execution_store │ |
| 36 | │ retire │ | 36 | │ retire │ |
| 37 | │ rubberband_stall(1/2)│ | 37 | │ rubberband_stall(1/2) │ |
| 38 | │ │ | 38 | │ │ |
| 39 | │ ┌───────┐ │ | 39 | │ ┌───────┐ │ |
| 40 | └►│Autoinc│ │ | 40 | └│Autoinc│ │ |
| 41 | └───────┘ │ | 41 | └───────┘ │ |
| 42 | │ | 42 | │ |
| 43 | ┌──init_autoinc_store │ | 43 | ┌───init_autoinc_store │ |
| 44 | │ init_execution_load──┤ | 44 | │ init_execution_load── |
| 45 | │ init_execution_store │ | 45 | │ init_execution_store │ |
| 46 | │ retire │ | 46 | │ retire │ |
| 47 | │ │ | 47 | │ │ |
| 48 | │ ┌─────┐ │ | 48 | │ ┌─────┐ │ |
| 49 | └►│Indir│ │ | 49 | └│Indir│ │ |
| 50 | └─────┘ │ | 50 | └─────┘ │ |
| 51 | │ | 51 | │ |
| 52 | init_execution_load──┘ | 52 | init_execution_load── |
| 53 | init_execution_store | 53 | init_execution_store |
| 54 | retire | 54 | retire |
| 55 | 55 | ||
