Ip Doc

LaTeX Class for IP Core Documentation

Category

Other

License

Free to use (MIT)

File

ip-doc-blank.tex

ip-doc-blank.texRead-only preview
\documentclass{ip-doc}

\title{IP Name}
\author{Author Name}
\version{1.0}

\begin{document}
\maketitle

\section{Introduction}
\begin{factstable}
\rowcolors{2}{gray!10}{white}
\renewcommand{\arraystretch}{1.2}
\begin{tabularx}{\linewidth}{l|X}
\toprule
  Name & Example IP \\
  Identifier & \texttt{org.wqzhao.example\_ip} \\
  Version & \theversion \\
  Author & \href{https://wqzhao.org}{Wuqiong Zhao} {\scriptsize(me@wqzhao.org)} \\
  Device & AMD UltraScale+ \\
  Platform & Vivado \\
  Design Files & Verilog \\
  Simulation Model & Verilog \\
  Constraints File & N/A \\
\bottomrule
\end{tabularx}
\end{factstable}

Documentation goes here.

% bibliography
% \bibliographystyle{plain}
% {\small\bibliography{<your bib file name>}}

\end{document}
Preview
Ip Doc preview
Ip Doc LaTeX Template | Bibby | Bibby AI