report.tex 864 B

12345678910111213141516171819202122232425262728293031323334
  1. \documentclass[11pt,a4paper,titlepage,oneside]{article}
  2. \usepackage{LabProtocol}
  3. \exercise{Exercise IV}
  4. % enter your data here
  5. \groupno{22}
  6. \authors{
  7. Norbert Tremurici, Matr. Nr. 11907086 \par
  8. {\small e11907086@student.tuwien.ac.at} \par
  9. Benedikt Wolzt, Matr. Nr. 11907565 \par
  10. {\small e11907565@student.tuwien.ac.at}
  11. }
  12. \begin{document}
  13. \maketitle
  14. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16. \section*{Forwarding Simulation}
  17. \input{task1}
  18. \clearpage
  19. \section*{Branch Hazards Simulation}
  20. \input{task2}
  21. \clearpage
  22. \section*{Cache Simulation}
  23. \input{task3}
  24. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  25. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  26. \end{document}