Skip to content

Commit

Permalink
branch,code: added a new branch for wq24 and updated stdlib calls for…
Browse files Browse the repository at this point in the history
… gem5 v23.1

Signed-off-by: Kaustav Goswami <kggoswami@ucdavis.edu>
  • Loading branch information
kaustav-goswami authored and powerjg committed Jan 5, 2024
1 parent d154f5a commit 40ef581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/gem5-test/gem5-all-min-dependencies:v22-1
FROM gcr.io/gem5-test/gem5-all-min-dependencies:v23-1

RUN apt update -y
RUN apt install -y python3-pip git
7 changes: 3 additions & 4 deletions workloads/custom_se_workload.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022 The Regents of the University of California
# Copyright (c) 2022-24 The Regents of the University of California
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand All @@ -24,10 +24,9 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from gem5.resources.workload import CustomWorkload
from gem5.resources.workload import WorkloadResource


class CustomSEWorkload(CustomWorkload):
class CustomSEWorkload(WorkloadResource):
def __init__(self, parameters: dict):
super().__init__(
function="set_se_binary_workload", parameters=parameters
Expand Down

0 comments on commit 40ef581

Please sign in to comment.