Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Dec 14, 2023
1 parent 5343722 commit 451f47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/latency_throughput.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Latency and Throughput of Instructions

Latency and throughput (CPI) of each instruction:

{{ latency_throughput_table() }}
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,7 @@ def all_groups():

@env.macro
def latency_throughput_table():
result = "<table><thead><tr><th rowspan=2>Instructino</th>"
result = "<table><thead><tr><th rowspan=2>Instruction</th>"
for cpu in cpus:
result += f"<th colspan=2>{cpu}</th>"
result += f"</tr><tr>"
Expand Down

0 comments on commit 451f47f

Please sign in to comment.