%--*- latex -*-----------------------------------------------------------------
%$Author: saulius $
%$Date: 2020-06-04 14:58:32 +0300 (Thu, 04 Jun 2020) $ 
%$Revision: 1524 $
%$URL: svn+ssh://saulius-grazulis.lt/home/saulius/svn-repositories/seminarai/2020-verifikacjos-seminarui/slides.tex $
%------------------------------------------------------------------------------

\documentclass[mathserif]{beamer}
\usetheme{Warwick}
\useoutertheme{infolines}
\setbeamertemplate{headline}{} % removes the headline the infolines inserts
%\setbeamertemplate{footline}[frame number]
\renewcommand\familydefault{\rmdefault}
% For XeLaTeX:
% https://tex.stackexchange.com/questions/452151/how-do-i-render-the-word-v%C7%ABlundarkvi%C3%B0a-with-bookman-and-xelatex
% "Use an OpenType clone of Bookman, for instance TeX Gyre Bonum":
\usepackage{fontspec}
\setmainfont{TeX Gyre Bonum}

\usepackage[style=authoryear,maxnames=1,doi=true,url=true,backend=biber]{biblatex}
%\addbibresource{bibliography/citations.bib}
\newcommand{\mycite}{\parencite}


\usepackage{colordvi}
\usepackage{graphicx}
\usepackage{tikz}
\usetikzlibrary{snakes}
\usepackage{verbatim}
\usepackage{listings}
\usepackage{chemfig}
\usepackage{listings}

% https://en.wikibooks.org/wiki/LaTeX/Algorithms
% http://mirror.datacenter.by/pub/mirrors/CTAN/macros/latex/contrib/algorithmicx/algorithmicx.pdf
\usepackage{algpseudocode}
\usepackage{algorithm}
\usepackage{amssymb}

\include{commands}

\newcommand{\RCSid}[1]{\fontsize{7pt}{7pt}\selectfont $#1$ \today}

%%BEGIN LANGUAGE lt
\title{Procesoriaus įgyvendinimas}
%%END LANGUAGE lt



\author{Saulius Gražulis}

\date{Vilnius, 2020}

\begin{document}

%------------------------------------------------------------------------------

\begin{frame}
    \titlepage

\input{affiliation_lt}
    
    \begin{center}
      \mbox{}
      \hfill\hfill\hfill
      \includegraphics[height=1.5cm]{images/sp_VU_zenklas.eps}
      \hfill
      \includegraphics[height=1.5cm]{images/2019-05-02_Melynas_MIF-zenklas242x244.png}
      \hfill\hfill\hfill
      \mbox{}
    \end{center}

    \vfill

    %% \tiny
    %% \RCSid{
    %%   $Id: slides.tex 1524 2020-06-04 11:58:32Z saulius $
    %% }
    \begin{flushright}
      \begin{minipage}[c]{0.67\textwidth}
        \tiny\raggedright
        %%BEGIN LANGUAGE lt
        Šį skaidrių rinkinį galima kopijuoti,
        kaip nurodyta Creative Commons
        %%END LANGUAGE lt
        \myhref{http://creativecommons.org/licenses/by-sa/4.0/}{Attribution-ShareAlike
          4.0 International}
licenzijoje
      \end{minipage}
      %%
      \begin{minipage}[c]{1.5cm}
        \myhref{http://creativecommons.org/licenses/by-sa/4.0/}{
          \includegraphics[width=1.5cm]{images/CC-BY-SA.eps}
        }
      \end{minipage}
    \end{flushright}

\end{frame}

%==============================================================================

\begin{frame}
\frametitle{Paprastas Harvardo architektūros procesorius}

  \begin{center}
    \includegraphics[width=12cm]{drawings/Harvard-CPU-Logisim/overal.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{Duomenų traktas}

  \begin{center}
    \includegraphics[width=12cm]{drawings/Harvard-CPU-Logisim/data-tract.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{ALĮ ir akumuliatorius}

  \begin{center}
    \includegraphics[width=7cm]{drawings/Harvard-CPU-Logisim/ALU.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{Programos skaitliukas}

  \begin{center}
    \includegraphics[width=7cm]{drawings/Harvard-CPU-Logisim/program-counter.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{Sąlyginių perėjimų logika}

  \begin{center}
    \includegraphics[width=7cm]{drawings/Harvard-CPU-Logisim/cond-jump-logic.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{Operacijos dekoderis}

  \begin{center}
    \includegraphics[width=7cm]{drawings/Harvard-CPU-Logisim/operation-decoder.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{Duomenų šaltinio dekodavimas}

  \begin{center}
    \includegraphics[width=7cm]{drawings/Harvard-CPU-Logisim/data-source-decoder.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{HALT komandos realizacija}

  \begin{center}
    \includegraphics[width=7cm]{drawings/Harvard-CPU-Logisim/HALT-detection.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{Neįgyvendinta/neteisinga instrukcija}

  \begin{center}
    \includegraphics[width=7cm]{drawings/Harvard-CPU-Logisim/BAD-OP-detection.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{Įvesties/išvesties prievadai („portai“)}

  \begin{center}
    \includegraphics[width=5cm]{drawings/Harvard-CPU-Logisim/IO-ports.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

\begin{frame}
\frametitle{Taktinis generatorius}

  \begin{center}
    \includegraphics[width=7cm]{drawings/Harvard-CPU-Logisim/clock.png}
  \end{center}
  
\end{frame}

%------------------------------------------------------------------------------

%% \begin{frame}%%[allowframebreaks]
%%   %%LANGUAGE en \frametitle{References}
%%   %%LANGUAGE lt \frametitle{Šaltiniai}
%%   %%LANGUAGE ru \frametitle{Источники}
%% 
%%   %%\scriptsize
%%   %%\bibliographystyle{plain}                                                                                                                                                           
%%   %%\bibliographystyle{apalike}
%%   %%\bibliography{bibliography/citations}
%%   \renewcommand{\bibfont}{\scriptsize}
%%   \printbibliography
%% 
%% \end{frame}

%------------------------------------------------------------------------------                                                                                                          
\end{document}
% 2020-10-11 16:28:30 EEST
