Change-Id: Ie9c902819ed0750a04f8318911fa914701c2a0fe Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/56755 Maintainer: Gabe Black <gabe.black@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
36 lines
276 B
Plaintext
36 lines
276 B
Plaintext
config O
|
|
int "O"
|
|
default 0
|
|
|
|
config R
|
|
int "R"
|
|
default 1
|
|
|
|
config D
|
|
int "D"
|
|
default 2
|
|
|
|
config E
|
|
int "E"
|
|
default 3
|
|
|
|
# Defined twice
|
|
config R
|
|
int "R"
|
|
|
|
config R2
|
|
int "R2"
|
|
default 4
|
|
|
|
config I
|
|
int "I"
|
|
default 5
|
|
|
|
config N
|
|
int "N"
|
|
default 6
|
|
|
|
config G
|
|
int "G"
|
|
default 7
|