Regression: Add a test for x86 timing full system ruby simulation

This commit is contained in:
Nilay Vaish
2012-04-25 22:43:36 -05:00
parent c3dad222e3
commit 86f248e2a7
9 changed files with 2417 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
TARGET_ISA = 'x86'
CPU_MODELS = 'TimingSimpleCPU,O3CPU'
PROTOCOL = 'MESI_CMP_directory'