This commit is contained in:
2022-05-26 13:10:20 +02:00
parent b8d75bf8f1
commit 361662f965
12 changed files with 211 additions and 28 deletions

View File

@@ -26,6 +26,8 @@
\tikzstyle{cache data}=[fill={rgb,255: red,230; green,230; blue,230}, draw=black, shape=rectangle, minimum width=10cm]
\tikzstyle{block address}=[fill={rgb,255: red,200; green,200; blue,255}, draw=black, shape=rectangle, minimum height=0.75cm, minimum width=3.5cm]
\tikzstyle{valid}=[fill={rgb,255: red,200; green,200; blue,255}, draw=black, shape=rectangle, minimum height=0.75cm, minimum width=0.6cm]
\tikzstyle{generic block}=[fill=white, draw=black, shape=rectangle, minimum height=1.25cm, minimum width=1.75cm, align=center]
\tikzstyle{payload}=[fill=white, draw=black, shape=rectangle, dashed, align=center]
% Edge styles
\tikzstyle{dashed line}=[-, dashed]
@@ -42,3 +44,5 @@
\tikzstyle{thin}=[-, very thin]
\tikzstyle{virtual page number}=[-, fill={rgb,255: red,179; green,179; blue,179}]
\tikzstyle{page offset}=[-, fill={rgb,255: red,247; green,247; blue,247}]
\tikzstyle{dashed arrow}=[dashed, ->]
\tikzstyle{latex double arrow}=[-, latex-latex]