URL
https://opencores.org/ocsvn/sd_card_controller/sd_card_controller/trunk
Subversion Repositories sd_card_controller
[/] [sd_card_controller/] [trunk/] [doc/] [src/] [specification.tex] - Rev 8
Compare with Previous | Blame | View Log
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% %%%%
%%%% WISHBONE SD Card Controller IP Core %%%%
%%%% %%%%
%%%% specification.tex %%%%
%%%% %%%%
%%%% This file is part of the WISHBONE SD Card %%%%
%%%% Controller IP Core project %%%%
%%%% http://opencores.org/project,sd_card_controller %%%%
%%%% %%%%
%%%% Description %%%%
%%%% documentation main document %%%%
%%%% %%%%
%%%% Author(s): %%%%
%%%% - Marek Czerski, ma.czerski@gmail.com %%%%
%%%% %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% %%%%
%%%% Copyright (C) 2013 Authors %%%%
%%%% %%%%
%%%% This source file may be used and distributed without %%%%
%%%% restriction provided that this copyright statement is not %%%%
%%%% removed from the file and that any derivative work contains %%%%
%%%% the original copyright notice and the associated disclaimer. %%%%
%%%% %%%%
%%%% This source file is free software; you can redistribute it %%%%
%%%% and/or modify it under the terms of the GNU Lesser General %%%%
%%%% Public License as published by the Free Software Foundation; %%%%
%%%% either version 2.1 of the License, or (at your option) any %%%%
%%%% later version. %%%%
%%%% %%%%
%%%% This source is distributed in the hope that it will be %%%%
%%%% useful, but WITHOUT ANY WARRANTY; without even the implied %%%%
%%%% warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR %%%%
%%%% PURPOSE. See the GNU Lesser General Public License for more %%%%
%%%% details. %%%%
%%%% %%%%
%%%% You should have received a copy of the GNU Lesser General %%%%
%%%% Public License along with this source; if not, download it %%%%
%%%% from http://www.opencores.org/lgpl.shtml %%%%
%%%% %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{datetime}
\usepackage[pdftex]{graphicx}
\usepackage{float}
\usepackage{dirtree}
\usepackage{colortbl}
\usepackage[left=3.5cm,top=2.5cm,right=2.5cm,bottom=2.5cm,includehead,includefoot]{geometry}
\usepackage{url}
\title{\Huge\textbf{SD Card Controller IP Specification}}
\author{\huge Marek Czerski}
\date{\today}
\pdfinfo{%
/Title (SD Card Controller IP Specification)
/Author (Marek Czerski)
/Creator (Marek Czerski)
/Producer (Marek Czerski)
/Subject (IP core specification)
/Keywords (verilog, fpga, sd card, ip core)
}
%
%----Main document----
%
\begin{document}
\maketitle
\newpage
%
% --ListOfFigures---
%
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
\newpage
% --ListOfTables
%
\listoftables
\addcontentsline{toc}{chapter}{\listtablename}
\newpage
%
%---Chapters----
%
%
% Introduction
%
\include{introduction}
%
% Usage
%
\include{usage}
%
% HDL Interface
%
\include{hdl_if}
%
% Software Interface
%
\include{sw_if}
\end{document}
