Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/59010 )

Change subject: tests: Add the 'vega_x86_tag' to testlib
......................................................................

tests: Add the 'vega_x86_tag' to testlib

This allows us to test ./build/VEGA_X86/gem5.opt targets.

Change-Id: I4d8309f928317d03b63e07e5ebb43de68cded9f2
---
M ext/testlib/configuration.py
1 file changed, 14 insertions(+), 0 deletions(-)



diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py
index c61a809..effe6ef 100644
--- a/ext/testlib/configuration.py
+++ b/ext/testlib/configuration.py
@@ -233,6 +233,7 @@
     constants.isa_tag_type = 'isa'
     constants.x86_tag = 'X86'
     constants.gcn3_x86_tag = 'GCN3_X86'
+    constants.vega_x86_tag = 'VEGA_X86'
     constants.sparc_tag = 'SPARC'
     constants.riscv_tag = 'RISCV'
     constants.arm_tag = 'ARM'
@@ -260,6 +261,7 @@
         constants.isa_tag_type : (
             constants.x86_tag,
             constants.gcn3_x86_tag,
+            constants.vega_x86_tag,
             constants.sparc_tag,
             constants.riscv_tag,
             constants.arm_tag,
@@ -289,6 +291,7 @@
         constants.arm_tag   : (constants.host_arm_tag,),
         constants.x86_tag   : (constants.host_x86_64_tag,),
         constants.gcn3_x86_tag : (constants.host_x86_64_tag,),
+        constants.vega_x86_tag : (constants.host_x86_64_tag,),
         constants.sparc_tag : (constants.host_x86_64_tag,),
         constants.riscv_tag : (constants.host_x86_64_tag,),
         constants.mips_tag  : (constants.host_x86_64_tag,),

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/59010
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I4d8309f928317d03b63e07e5ebb43de68cded9f2
Gerrit-Change-Number: 59010
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to