diff --git a/book/insnformats.tex b/book/insnformats.tex index c3bb3e5..4f56d85 100644 --- a/book/insnformats.tex +++ b/book/insnformats.tex @@ -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 }