From f75c0fca8a4e349a25f7e9503cc753dcb48c0212 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 5 Oct 2023 10:20:55 -0700 Subject: [PATCH] stdlib: Del comment stating SE mode limited to single thread This comment was left in the codebase in error. The `set_se_binary_workload` function works fine with multi-threaded applications. This hasn't been a restriction for some time. Change-Id: I1b1d27c86f8d9284659f62ae27d752bf5325e31b --- src/python/gem5/components/boards/se_binary_workload.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python/gem5/components/boards/se_binary_workload.py b/src/python/gem5/components/boards/se_binary_workload.py index c62a1b67ea..cba268b2df 100644 --- a/src/python/gem5/components/boards/se_binary_workload.py +++ b/src/python/gem5/components/boards/se_binary_workload.py @@ -75,7 +75,6 @@ class SEBinaryWorkload: """Set up the system to run a specific binary. **Limitations** - * Only supports single threaded applications. * Dynamically linked executables are partially supported when the host ISA and the simulated ISA are the same.