task3.tex 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. \begin{table}[htb]
  2. \centering
  3. \caption{Resource usage by entity, including resources used by sub-entities.}
  4. \begin{tabular}{llll}
  5. \toprule
  6. & LC Combinationals & LC Registers & Memory Bits \\
  7. \midrule
  8. Fetch Stage &78 &16 & 0 \\
  9. Decode Stage &1557 &1040 & 0 \\
  10. -- Register File &1425 &992 & 0 \\
  11. Execute Stage &1234 &153 & 0 \\
  12. -- ALU &759 &0 & 0 \\
  13. Memory Stage &297 &147 & 0 \\
  14. -- Memory Unit &134 &0 & 0 \\
  15. Write-Back Stage &105 &89 & 0 \\
  16. Forwarding Unit &13 &0 & 0 \\
  17. Control Unit &8 &1 & 0 \\
  18. \cmidrule{1-4}
  19. Sum &5610 &2438 & 0 \\
  20. \bottomrule
  21. \end{tabular}
  22. \end{table}
  23. \begin{qa}
  24. \question{What is the maximum frequency of your design?}
  25. \answer{80.59MHz for Slow 1200mV 85C Model}
  26. \question{Where is the critical path of your design?}
  27. \answer{WB-stage old\_PC\_register - execute - fwd - alu - aluresult\_mem\_register}
  28. \end{qa}