B.A. Zeeb has uploaded this change for review. ( https://gem5-review.googlesource.com/4860

Change subject: arch: change panic for Vector traceData to warn_once
......................................................................

arch: change panic for Vector traceData to warn_once

Make the traceData panic for Vectors a warn_once.  It's a pity it's
not implemented but it's not a reason to abort the simulation entirely.

Change-Id: I5e97258fd4e3fa385cfe0c4b400524d1f7b154df
---
M src/arch/isa_parser.py
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/arch/isa_parser.py b/src/arch/isa_parser.py
index ac639b4..4c3902f 100755
--- a/src/arch/isa_parser.py
+++ b/src/arch/isa_parser.py
@@ -802,7 +802,7 @@

         wb = '''
         if (traceData) {
-            panic("Vectors not supported yet in tracedata");
+            warn_once("Vectors not supported yet in tracedata");
             /*traceData->setData(final_val);*/
         }
         '''

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

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e97258fd4e3fa385cfe0c4b400524d1f7b154df
Gerrit-Change-Number: 4860
Gerrit-PatchSet: 1
Gerrit-Owner: B.A. Zeeb <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to