poster.tex 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. \documentclass[portrait,color=UCLblack,margin=1.5cm,bannerheight=8cm,logoheight=2.5cm]{uclposter}
  2. \usepackage{tikz}
  3. \usepackage[scaled=1.2]{helvet}
  4. \renewcommand\familydefault{\sfdefault}
  5. \usepackage[T1]{fontenc}
  6. \usepackage{tcolorbox}
  7. \title{Performance characterisation of 8-bit RISC and OISC architectures}
  8. \author{Mindaugas Jarmolovicius}
  9. %\affil[1]{UCL Electronic And Electrical Engineering}
  10. \begin{document}
  11. %\tikz\node[opacity=0.3,inner sep=0]{\includegraphics[height=\paperheight,width=\paperwidth]{background.jpg}}
  12. %\tikz[remember picture,overlay] \node[opacity=0.3,outer sep=0pt] at (current page.center){\includegraphics[width=\paperwidth,height=\paperheight]{background.jpg}};
  13. \maketitle
  14. \begin{tcolorbox}[title=\large{Introduction}]
  15. This is a bunch of text for introductions that describes project, what it is about and that it compares RISC versus OISC architectures.
  16. \end{tcolorbox}
  17. \begin{multicols}{2}
  18. \begin{tcolorbox}[title=\large{OISC}]
  19. \begin{description}
  20. \item[$\bullet$] Bunch of instructions
  21. \item[$\bullet$] Efficient instruction space
  22. \item[$\bullet$] Generally easy to use but damn to low number of registers.
  23. \item[$\bullet$] Needs optimisation.
  24. \end{description}
  25. \end{tcolorbox}
  26. %\begin{highlightbox}[UCLdarkblue!20!white]
  27. %\end{highlightbox}
  28. \columnbreak
  29. \begin{tcolorbox}[title=\large{OISC}]
  30. OISC is fun. Some graphs here.
  31. \begin{description}
  32. \item[$\bullet$] Only one instruction
  33. \item[$\bullet$] Not so efficient instruction space
  34. \item[$\bullet$] Takes forever to write in assembly
  35. \item[$\bullet$] Takes no time to improve. It just asking for more data buses!
  36. \end{description}
  37. \end{tcolorbox}
  38. \end{multicols}
  39. \section*{Results}
  40. This is section with some results if I will have enough time to complete them.. \textbf{RIP MY FREE TIME}.
  41. \section*{Future work}
  42. Explain future work, experiments, oisc improvements.
  43. \end{document}