From 69ee6ec917c037944482f04da84e619dadaf6cdd Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 15 Oct 2022 16:17:59 -0700 Subject: Slightly prettier pipeline diagram --- BigGolf | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'BigGolf') diff --git a/BigGolf b/BigGolf index 9a308bd..a358ed8 100644 --- a/BigGolf +++ b/BigGolf @@ -26,30 +26,30 @@ Memory transactions: Opcodes that do it: (second set is the indirect versi -┌─────┐ ┌──────┐ ┌────┐ -│Fetch├──────►│Decode│ ┌►│Exec│ -└─────┘ └──────┘ │ └────┘ - │ - next_pc ┌──init_indirect_load │ init_execution_store - │ init_execution_load──┤ retire - │ init_execution_store │ - │ retire │ - │ rubberband_stall(1/2)│ - │ │ - │ ┌───────┐ │ - └►│Autoinc│ │ - └───────┘ │ - │ - ┌──init_autoinc_store │ - │ init_execution_load──┤ - │ init_execution_store │ - │ retire │ - │ │ - │ ┌─────┐ │ - └►│Indir│ │ - └─────┘ │ - │ - init_execution_load──┘ +┌─────┐ ┌──────┐ ┌────┐ +│Fetch├──────►│Decode│ ┌─►│Exec│ +└─────┘ └──────┘ │ └────┘ + │ + next_pc ┌───init_indirect_load │ init_execution_store + │ init_execution_load───┤ retire + │ init_execution_store │ + │ retire │ + │ rubberband_stall(1/2) │ + │ │ + │ ┌───────┐ │ + └─►│Autoinc│ │ + └───────┘ │ + │ + ┌───init_autoinc_store │ + │ init_execution_load───┤ + │ init_execution_store │ + │ retire │ + │ │ + │ ┌─────┐ │ + └─►│Indir│ │ + └─────┘ │ + │ + init_execution_load───┘ init_execution_store retire -- cgit v1.2.3