diff options
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/NULL_MESI_Two_Level | 3 | ||||
-rw-r--r-- | build_opts/NULL_MOESI_CMP_directory | 3 | ||||
-rw-r--r-- | build_opts/NULL_MOESI_CMP_token | 3 | ||||
-rw-r--r-- | build_opts/NULL_MOESI_hammer | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/build_opts/NULL_MESI_Two_Level b/build_opts/NULL_MESI_Two_Level new file mode 100644 index 000000000..db05046b5 --- /dev/null +++ b/build_opts/NULL_MESI_Two_Level @@ -0,0 +1,3 @@ +TARGET_ISA = 'null' +CPU_MODELS = '' +PROTOCOL = 'MESI_Two_Level' diff --git a/build_opts/NULL_MOESI_CMP_directory b/build_opts/NULL_MOESI_CMP_directory new file mode 100644 index 000000000..7136d0b93 --- /dev/null +++ b/build_opts/NULL_MOESI_CMP_directory @@ -0,0 +1,3 @@ +TARGET_ISA = 'null' +CPU_MODELS = '' +PROTOCOL='MOESI_CMP_directory' diff --git a/build_opts/NULL_MOESI_CMP_token b/build_opts/NULL_MOESI_CMP_token new file mode 100644 index 000000000..42fff75f3 --- /dev/null +++ b/build_opts/NULL_MOESI_CMP_token @@ -0,0 +1,3 @@ +TARGET_ISA = 'null' +CPU_MODELS = '' +PROTOCOL='MOESI_CMP_token' diff --git a/build_opts/NULL_MOESI_hammer b/build_opts/NULL_MOESI_hammer new file mode 100644 index 000000000..ff4c22c4b --- /dev/null +++ b/build_opts/NULL_MOESI_hammer @@ -0,0 +1,3 @@ +TARGET_ISA = 'null' +CPU_MODELS = '' +PROTOCOL='MOESI_hammer' |