Add a title page to tri-fold refcard

This commit is contained in:
John Winans 2022-10-19 10:21:50 -05:00
parent 23bd3addb1
commit 4425465d1f

View File

@ -2019,6 +2019,14 @@
\EndTikzPicture
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Draw something useful for the cover portion of the tri-fold green-card
\newcommand\DrawCardTitlePage{
\draw(111,-5) node {\textbf{\Huge RVALP}};
\draw(111,-10) node {\textbf{\Huge RV32I Reference Card}};
\draw(111,-152) node {\GitRevision};
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Draw all the ribbons in a stack for a reference card
\newcommand\DrawInsnRibbons{
@ -2031,6 +2039,8 @@
\begin{scope}[shift={(0,-100)}]\InsnOpBTypeDecoding\end{scope}
\begin{scope}[shift={(0,-125)}]\InsnOpJTypeDecoding\end{scope}
\begin{scope}[shift={(0,-150)}]\InsnOpRTypeDecoding\end{scope}
\begin{scope}[shift={(0,0)}]\DrawCardTitlePage\end{scope}
\end{scope}
\EndTikzPicture
}