Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50345 )

Change subject: sim: Make the SEWorkload base class abstract.
......................................................................

sim: Make the SEWorkload base class abstract.

This just serves as a base class for other SE workloads and so should be
marked as abstract.

Change-Id: I7cfd629305d77f9628924f19a7d69c63b6503697
---
M src/sim/Workload.py
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/src/sim/Workload.py b/src/sim/Workload.py
index 62aa047..07ad648 100644
--- a/src/sim/Workload.py
+++ b/src/sim/Workload.py
@@ -67,6 +67,7 @@
     type = 'SEWorkload'
     cxx_header = "sim/se_workload.hh"
     cxx_class = 'gem5::SEWorkload'
+    abstract = True

     @classmethod
     def _is_compatible_with(cls, obj):

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50345
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: I7cfd629305d77f9628924f19a7d69c63b6503697
Gerrit-Change-Number: 50345
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to