OpenCores
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] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 rozpruwacz
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%%%                                                              %%%%
3
%%%% WISHBONE SD Card Controller IP Core                          %%%%
4
%%%%                                                              %%%%
5
%%%% specification.tex                                            %%%%
6
%%%%                                                              %%%%
7
%%%% This file is part of the WISHBONE SD Card                    %%%%
8
%%%% Controller IP Core project                                   %%%%
9 8 rozpruwacz
%%%% http://opencores.org/project,sd_card_controller              %%%%
10 3 rozpruwacz
%%%%                                                              %%%%
11
%%%% Description                                                  %%%%
12
%%%% documentation main document                                  %%%%
13
%%%%                                                              %%%%
14
%%%% Author(s):                                                   %%%%
15
%%%%     - Marek Czerski, ma.czerski@gmail.com                    %%%%
16
%%%%                                                              %%%%
17
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18
%%%%                                                              %%%%
19
%%%% Copyright (C) 2013 Authors                                   %%%%
20
%%%%                                                              %%%%
21
%%%% This source file may be used and distributed without         %%%%
22
%%%% restriction provided that this copyright statement is not    %%%%
23
%%%% removed from the file and that any derivative work contains  %%%%
24
%%%% the original copyright notice and the associated disclaimer. %%%%
25
%%%%                                                              %%%%
26
%%%% This source file is free software; you can redistribute it   %%%%
27
%%%% and/or modify it under the terms of the GNU Lesser General   %%%%
28
%%%% Public License as published by the Free Software Foundation; %%%%
29
%%%% either version 2.1 of the License, or (at your option) any   %%%%
30
%%%% later version.                                               %%%%
31
%%%%                                                              %%%%
32
%%%% This source is distributed in the hope that it will be       %%%%
33
%%%% useful, but WITHOUT ANY WARRANTY; without even the implied   %%%%
34
%%%% warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      %%%%
35
%%%% PURPOSE. See the GNU Lesser General Public License for more  %%%%
36
%%%% details.                                                     %%%%
37
%%%%                                                              %%%%
38
%%%% You should have received a copy of the GNU Lesser General    %%%%
39
%%%% Public License along with this source; if not, download it   %%%%
40
%%%% from http://www.opencores.org/lgpl.shtml                     %%%%
41
%%%%                                                              %%%%
42
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
43
\documentclass[a4paper,10pt]{article}
44
 
45
\usepackage[utf8]{inputenc}
46
\usepackage{datetime}
47
\usepackage[pdftex]{graphicx}
48
\usepackage{float}
49
\usepackage{dirtree}
50
\usepackage{colortbl}
51
\usepackage[left=3.5cm,top=2.5cm,right=2.5cm,bottom=2.5cm,includehead,includefoot]{geometry}
52
\usepackage{url}
53
 
54
\title{\Huge\textbf{SD Card Controller IP Specification}}
55
\author{\huge Marek Czerski}
56
\date{\today}
57
 
58
\pdfinfo{%
59
  /Title    (SD Card Controller IP Specification)
60
  /Author   (Marek Czerski)
61
  /Creator  (Marek Czerski)
62
  /Producer (Marek Czerski)
63
  /Subject  (IP core specification)
64
  /Keywords (verilog, fpga, sd card, ip core)
65
}
66
 
67
%
68
%----Main document----
69
%
70
\begin{document}
71
\maketitle
72
\newpage
73
 
74
%
75
% --ListOfFigures---
76
%
77
\listoffigures
78
\addcontentsline{toc}{chapter}{\listfigurename}
79
\newpage
80
 
81
% --ListOfTables
82
%
83
\listoftables
84
\addcontentsline{toc}{chapter}{\listtablename}
85
\newpage
86
 
87
%
88
%---Chapters----
89
%
90
%
91
% Introduction
92
%
93
\include{introduction}
94
 
95
%
96
% Usage
97
%
98
\include{usage}
99
 
100
%
101
% HDL Interface
102
%
103
\include{hdl_if}
104
 
105
%
106
% Software Interface
107
%
108
\include{sw_if}
109
 
110
 
111
\end{document}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.