mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
simulation cleanup
This commit is contained in:
parent
cc236bdb25
commit
bd1afa53f8
2 changed files with 2 additions and 1 deletions
|
@ -107,6 +107,7 @@ with open(resultfile, mode='w', newline='') as csvfile:
|
|||
'Load Stalls':lstalls,
|
||||
'Store Stalls':swtalls,'D$ Accesses':dacc,'D$ Misses':dmiss,'I$ Accesses':iacc,'I$ Misses':imiss,
|
||||
'Branches':br,'Branch Mispredicts':brm,'BTB Misses':btb,'Jump/JR':jmp,'RAS Wrong':ras,'Returns':ret,'BP Class Pred Wrong':bpc})
|
||||
csvfile.flush()
|
||||
csvfile.close()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue