mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Fix header dependency of superscalar_program.hpp
Fix tests Fix a typo in design.md
This commit is contained in:
parent
e6ba0a1b7d
commit
1f62d787ad
5 changed files with 290 additions and 266 deletions
|
@ -426,7 +426,7 @@ The following 10 designs were simulated and the average number of clock cycles t
|
|||
|-------|-----------|----------|---------------|-----------------------|---|
|
||||
|#1|1 EXU + 1 MEM|in-order|non-speculative|293|0.87|
|
||||
|#2|1 EXU + 1 MEM|in-order|speculative|262|0.98|
|
||||
|#3|1 EXU + 1 MEM|in-order|non-speculative|197|1.3|
|
||||
|#3|2 EXU + 1 MEM|in-order|non-speculative|197|1.3|
|
||||
|#4|2 EXU + 1 MEM|in-order|speculative|161|1.6|
|
||||
|#5|2 EXU + 1 MEM|out-of-order|non-speculative|144|1.8|
|
||||
|#6|2 EXU + 1 MEM|out-of-order|speculative|122|2.1|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue