Add testcases for #1141
Refs: #1141 Change-Id: I50d1ac6248e9dfc33c372b825c10cf0bd8b61d3e
This commit is contained in:
13
test/issues/1141/README
Normal file
13
test/issues/1141/README
Normal file
@@ -0,0 +1,13 @@
|
||||
===========
|
||||
How to test
|
||||
===========
|
||||
(1) Edit the following line in Makefile
|
||||
|
||||
MCKDIR=$(HOME)/project/os/install
|
||||
|
||||
(2) make test
|
||||
(3) Check if the first value, number of instructions retired,
|
||||
shows around 3 million.
|
||||
(4) Check if the second value, number of cycles taken,
|
||||
shows around 3 million / instructions-per-cycle
|
||||
(1 - 1.5, depends on the processor).
|
||||
Reference in New Issue
Block a user