poster.tex 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. \documentclass[portrait,color=UCLnavyblue,margin=3cm]{uclposter}
  2. \usepackage[scaled=1.2]{helvet}
  3. \renewcommand\familydefault{\sfdefault}
  4. \usepackage[T1]{fontenc}
  5. \title{Performance characterisation of 8-bit RISC and OISC architectures}
  6. \author[]{Mindaugas Jarmolovicius}
  7. %\affil[1]{UCL Electronic And Electrical Engineering}
  8. \begin{document}
  9. \maketitle
  10. \section*{Introduction}
  11. This is a bunch of text for introductions that describes project, what it is about and that it compares RISC versus OISC architectures.
  12. \begin{multicols}{2}
  13. \section*{RISC}
  14. \begin{highlightbox}
  15. \begin{description}
  16. \item[$\bullet$] bunch of instructions
  17. \item[$\bullet$] efficient instruction space
  18. \item[$\bullet$] generally easy to use but damn to low number of registers.
  19. \item[$\bullet$] needs optimisation.
  20. \end{description}
  21. \end{highlightbox}
  22. %\begin{highlightbox}[UCLdarkblue!20!white]
  23. %\end{highlightbox}
  24. \columnbreak
  25. \section*{OISC}
  26. \begin{highlightbox}
  27. \begin{description}
  28. \item[$\bullet$] only one instruction
  29. \item[$\bullet$] not so efficient instruction space
  30. \item[$\bullet$] takes forever to write in assembly
  31. \item[$\bullet$] takes no time to improve. It just asking for more data buses!
  32. \end{description}
  33. \end{highlightbox}
  34. \end{multicols}
  35. \section*{Results}
  36. This is section with some results if I will have enough time to complete them.. \textbf{RIP MY FREE TIME}.
  37. \section*{Future work}
  38. Explain future work, experiments, oisc improvements.
  39. \end{document}