Fix header dependency of superscalar_program.hpp

Fix tests
Fix a typo in design.md
This commit is contained in:
tevador 2019-06-24 13:58:41 +02:00
parent e6ba0a1b7d
commit 1f62d787ad
5 changed files with 290 additions and 266 deletions

View file

@ -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|