mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-27 05:04:39 -04:00
Add a title page to tri-fold refcard
This commit is contained in:
parent
23bd3addb1
commit
4425465d1f
@ -2019,6 +2019,14 @@
|
|||||||
\EndTikzPicture
|
\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
|
% Draw all the ribbons in a stack for a reference card
|
||||||
\newcommand\DrawInsnRibbons{
|
\newcommand\DrawInsnRibbons{
|
||||||
@ -2031,6 +2039,8 @@
|
|||||||
\begin{scope}[shift={(0,-100)}]\InsnOpBTypeDecoding\end{scope}
|
\begin{scope}[shift={(0,-100)}]\InsnOpBTypeDecoding\end{scope}
|
||||||
\begin{scope}[shift={(0,-125)}]\InsnOpJTypeDecoding\end{scope}
|
\begin{scope}[shift={(0,-125)}]\InsnOpJTypeDecoding\end{scope}
|
||||||
\begin{scope}[shift={(0,-150)}]\InsnOpRTypeDecoding\end{scope}
|
\begin{scope}[shift={(0,-150)}]\InsnOpRTypeDecoding\end{scope}
|
||||||
|
|
||||||
|
\begin{scope}[shift={(0,0)}]\DrawCardTitlePage\end{scope}
|
||||||
\end{scope}
|
\end{scope}
|
||||||
\EndTikzPicture
|
\EndTikzPicture
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user