Files
splitncover-paper/result1.tex
2024-06-21 09:01:38 +00:00

115 lines
2.8 KiB
TeX

\begin{tikzpicture}
\begin{axis}[
xmode=log,
ymode=log,
xlabel={$\lambda_\mathrm{DRAM}$ [FIT]},
ylabel={$\lambda_\mathrm{out}$ [FIT]},
xmin=1e-2, xmax=2500,
ymin=0.1, ymax=800,
%xtick={0,20,40,60,80,100},
%ytick={0,20,40,60,80,100,120},
legend pos=north west,
ymajorgrids=false,
%grid style=dashed,
width=\linewidth,
height=8.25cm,
]
% LPDDR5 RES
\addplot[smooth,color=red, very thick]
coordinates {
% (1, 0.188034)
% (2, 0.376069)
% (5, 0.940172)
% (10, 1.88034)
% (25, 4.70086)
% (50, 9.40172)
% (100, 18.8034)
% (500, 94.0172)
% (1000, 188.034)
% (2000, 376.069)
% (2500, 470.086)
(0.01, 9.50188)
(0.0206913808111479, 9.50389)
(0.04281332398719394, 9.50805)
(0.08858667904100823, 9.51666)
(0.18329807108324356, 9.53447)
(0.37926901907322497, 9.57132)
(0.7847599703514611, 9.64756)
(1.623776739188721, 9.80533)
(3.359818286283781, 10.1318)
(6.951927961775605, 10.8072)
(14.38449888287663, 12.2048)
(29.76351441631316, 15.0966)
(61.584821106602604, 21.0801)
(127.42749857031322, 33.4607)
(263.6650898730355, 59.0781)
(545.5594781168514, 112.084)
(1128.8378916846884, 221.76)
(2335.7214690901214, 448.696)
(4832.930238571752, 918.257)
(10000.0, 1889.84)
};
% LPDDR5 LAT
\addplot[smooth,color=blue, very thick]
coordinates {
% (1, 0.292388)
% (2, 0.384775)
% (5, 0.661939)
% (10, 1.12388)
% (25, 2.50969)
% (50, 4.81939)
% (100, 9.43877)
% (500, 46.3939)
% (1000, 92.5877)
% (2000, 184.975)
% (2500, 231.169)
(0.01, 0.307)
(0.0206913808111479, 0.314484)
(0.04281332398719394, 0.329969)
(0.08858667904100823, 0.362011)
(0.18329807108324356, 0.428309)
(0.37926901907322497, 0.565488)
(0.7847599703514611, 0.849332)
(1.623776739188721, 1.43664)
(3.359818286283781, 2.65187)
(6.951927961775605, 5.16635)
(14.38449888287663, 10.3691)
(29.76351441631316, 21.1345)
(61.584821106602604, 43.4094)
(127.42749857031322, 89.4992)
(263.6650898730355, 184.866)
(545.5594781168514, 382.192)
(1128.8378916846884, 790.487)
(2335.7214690901214, 1635.31)
(4832.930238571752, 3383.35)
};
\addplot[smooth,color=red!30, style=dashed]
coordinates {
(1e-2, 10)
(2500, 10)
};
\addplot[smooth,color=red!30, style=dashed]
coordinates {
(1e-2, 100)
(2500, 100)
};
\node[color=red!30] at (axis cs: 4,15) {ASIL\,D ($\lambda_\mathrm{RF} < 10$)};
\node[color=red!30] at (axis cs: 30,150) {ASIL\,B/C ($\lambda_\mathrm{RF} < 100$)};
\addplot[thick, samples=50, smooth, red!30, dashed] coordinates {(2.66816,0.1)(2.66816,10)};
\legend{
$\lambda_\mathrm{RF}$,
$\lambda_\mathrm{MPF,L}$
}
\end{axis}
\end{tikzpicture}