%% Diplomdarbs!
%%
%% <nosaukums>
%%
%% Autors: <tavs vārds>
%%
%% izmantojot J.Šmēdiņa LaTeX sagatavi
%% https://github.com/Astro-Johnny/vea-thesis-template
%%
\documentclass[12pt,a4paper]{article}
%% Pakotnes
%% --------
\usepackage{fontspec} % Šriftu (fontu) pielāgošana
\usepackage{polyglossia} % Valodu atbalsts XeLaTeX
%
\setmainlanguage{latvian} % Dokumenta pamatvaloda: latviešu
\setotherlanguages{english} % Papildvaloda: angļu (anotācijā)
\usepackage[intlimits]{amsmath} % Matemātikas režīma uzlabojumi
\usepackage{listings} % Pirmkoda ievietošana tekstā
\usepackage[dvipsnames]{xcolor} % Krāsu komandas un definīcijas
\usepackage{calc} % Izmēru aritmētika (izmantots *.pdf_tex)
\usepackage{tabularx} % Papildus konfigurējama tabula
\usepackage{rotating} % Pagriezti attēli (\begin{sidewaysfigure})
\usepackage{indentfirst} % Atkāpe arī pirmajai rindkopai
\usepackage{setspace} % Līniju atstarpes, dod \onehalfspacing
\usepackage{fancyhdr} % Galvenes/kājenes pielāgošana
\usepackage{caption} % Att./tab. nosaukumu pielāgošana
% Pielikumu konfigurācija
% Dod \begin{appendices} un pieliek vārdu "Pielikums" pirms numura
\usepackage[title,titletoc]{appendix}
% Lapas konfigurācija
\usepackage[a4paper,xetex,top=20mm, bottom=22mm, left=35mm, right=20mm]%
{geometry}
% PDF uzlabojumi: Klikšķināmas atsauces, PDF saturs un metadati
\usepackage[hyperfootnotes=false,linkbordercolor={blue},hyperindex]{hyperref}
\hypersetup{pdftitle={}} %% <---- Nosaukums šeit
\hypersetup{pdfauthor={}} %% <---- Autors šeit
% Latviešu tipogrāfijas labojumi (piem., punkti aiz virsrakstu nr.)
\usepackage{fixlatvian}
\usepackage{lipsum} % Lorem ipsum (NOŅEM ŠO)
% Papildus konfigurāciju ielādēt no atsevišķiem failiem
\input{tex/pre.settings.tex}
\input{tex/pre.special.tex}
%% Dokumentam specifiskas komandas
%% (Definē jaunas šeit!)
%% Pāris matemātikas komandu definīcijas
\newcommand{\vb}[1]{\mathbf{#1}}
\newcommand{\units}[1]{\;\mathrm{#1}}
% Angļu valodas termins (slīprakstā)
\newcommand{\termEn}[1]{\textenglish{\itshape {#1}}} % inline English
% Angļu valodas kārtas skaiļu piedēkļi (1st, ...)
\newcommand{\st}{\textsuperscript{st} }
\newcommand{\nd}{\textsuperscript{nd} }
\newcommand{\rd}{\textsuperscript{rd} }
\newcommand{\nth}{\textsuperscript{th} }
% Sarkans, redzams "TODO" simbols
\newcommand{\todo}{\textcolor{red}{TODO}}
\begin{document}
% Titullapa
\pagestyle{empty} % Lapas bez numerācijas
\input{tex/titullapa.tex} % Ielikt titullapu
\stepcounter{page} %Palielināt lapu skaitītāju (jeb ieskaitīt titullapu)
\sloppy % Neļaut tekstam pāriet malai, pat ja tas nozīmē lielas
% atstarpes starp vārdiem.
\onehalfspacing % 1.5 līniju atstarpe
% Anotācijas
\input{tex/abstract.tex}
% Satura rādītājs
\clearpage
\tableofcontents
% Ievads
\clearpage
\pagestyle{plain} % Start the proper page numbering
\input{tex/00-ievads.tex}
% Teorija
\clearpage
\input{tex/01-hdl.tex}
\clearpage
\input{tex/02-platform.tex}
\clearpage
\input{tex/03-tools.tex}
\clearpage
\input{tex/04-orb.tex}
\clearpage
\input{tex/05-perry.tex}
% Praktiskā daļa
\clearpage
\input{tex/06-core.tex} % Kodola uzbūve perifērija
\clearpage
\input{tex/07-periph.tex} % Sistēmas perifērija
\clearpage
\input{tex/99-conclusions.tex}
% Literatūras saraksts
\bibliographystyle{ieeetr}
\clearpage
{\raggedright
\begin{thebibliography}{99}
\addcontentsline{toc}{section}{\refname}
\bibitem{HDL}
%Gaurav Mehta, Sridhar Kintali,
G.~Mehta, S.~Kintali,
\textit{Hardware Description Languages}.\\
Santa Barbra: University of California,
2009.
\bibitem{Perry-VHDL}
%Douglas L.~Perry,
D.L.~Perry,
\textit{VHDL: Programming by Example}, 4\nth edition.\\
New York: McGraw-Hill, 2002. ISBN~0-07-140070-2
\bibitem{Vahid-RTL}
%Frank Vahid,
F.~Vahid,
\textit{Digital Design with RTL Design, VHDL, and Verilog},
2\nd edition.\\
New York: John Wiley \& Sons, 2011. ISBN~978-0-470-53108-2
\bibitem{VHSIC}
D.J.~Creasey,
\textit{Advanced Signal Processing}.\\
London: Peter~Peregrinus, 1985. ISBN~0-86341-037-5
\bibitem{Vivek-Verilog}
%Vivek Sagadeo,
V.~Sagdeo,
\textit{The Complete Verilog Book}.\\
Norwell: Kluwer Academic Publishers, 1998. ISBN~0-7923-8188-2
\bibitem{ieee-1364.1}
IEEE,
\textit{IEEE Std. 1364.1-2002, IEEE Standard for Verilog Register Transfer Level Synthesis}.
New York: IEEE, 2002.
\bibitem{vhdl-vs-verilog}
D.J.~Smith,
\textit{VHDL \& Verilog Compared \& Contrasted}. [tiešsaiste]\\
Pieejams: \url{http://www.angelfire.com/in/rajesh52/verilogvhdl.html}
\mbox{[skatīts on 2012.~gada 21.~maijā]}
\bibitem{Mealy-VHDL}
%Bryan Mealy, Fabrizio Tappero,
B.~Mealy, F.~Tappero,
\textit{Free Range VHDL}.
2012. [tiešsaiste] \linebreak[2]
Pieejams: \url{http://www.freerangefactory.org/dl/free_range_vhdl.pdf}\\
\mbox{[skatīts on 2012.~gada 2.~maijā]}
\bibitem{Kumar-Verilog}
% Deepak Kumar Tala,
D.K.~Tala, \textit{Gate Level Modeling}. [tiešsaiste]\\
Pieejams: \url{http://www.asic-world.com/verilog/gate.html}
\mbox{[skatīts on 2012.~gada 24.~maijā]}
\bibitem{VITAL}
IEEE,
\textit{IEEE 1076.4/D1, DRAFT Standard, VITAL ASIC Modeling Specification}.
New York: IEEE, 2000.
\bibitem{SmartFusionFabric}
Microsemi corp.,
\textit{SmartFusion FPGA Fabric User's Guide}.
%USA: Microsemi,
2011.
\bibitem{Xilinx7}
Xilinx,
\textit{7 Series FPGAs Overview}.
%USA: Xilinx,
2012.
\bibitem{Golshan-ASIC}
K.~Golshan,
\textit{Physical Design Essentials: An ASIC Design Implementation Perspective}.
New York: Springer, 2007. ISBN~0-387-36642-3
\bibitem{FusionGuide}
Actel corp.,
\textit{Fusion Embedded Development Kit User's Guide}.
%USA: Actel,
2009.
\bibitem{ORB}
E.~Rublee, V.~Rabaud, K.~Konolige, et~al.,\\
``ORB: an efficient alternative to SIFT or SURF.''\\
\textit{IEEE International Conference on Computer Vision},
pp.~2564--2571, 2011.
\bibitem{Rosin}
P.L.~Rosin,
``Measuring corner properties.''\\
\textit{Computer Vision and Image Understanding} 73.2,
pp.~291--307, 1999.
\bibitem{Flynn-arch}
%Michael J.~Flynn,
M.J.~Flynn,
\textit{Computer Architecture: Pipelined and Parallel Processor Design}.
\linebreak[3]
London: Jones~and~Bartlett, 1995. ISBN~0-86720-204-1
\bibitem{Heath}
%Steve Heath,
S.~Heath,
\textit{Embedded systems design}, 2\nd edition.\\
Oxford: Newnes, 2003. ISBN~0-7506-5541-1
\bibitem{FusionFAQ}
Actel corp.,
\textit{Synplify — Synthesis Frequently Asked Questions}.
%USA: Actel,
2009.
\bibitem{FlashROM}
Actel corp.,
\textit{Fusion FlashROM}, Application Note AC236.
%USA: Actel,
2005.
\bibitem{RAM4K9}
Actel corp.,
\textit{Fusion SRAM/FIFO Blocks}, Application Note AC237.
%USA: Actel,
2005.
\end{thebibliography}
} % "End of \raggedright"
\clearpage
\input{tex/galvojums.tex}
\clearpage
\begin{appendices} % Pielikumi sākas šeit
\input{tex/appendices.tex}
\end{appendices}
\end{document}

PDF Preview
Create an account to compile and preview