From 61045f67a5f33c38a8f53fdc3f3add270f8f99c6 Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Sun, 5 Oct 2025 00:34:06 -0400 Subject: [PATCH] updating --- scripts/simple_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/simple_config.py b/scripts/simple_config.py index 5615a2c..40cb885 100644 --- a/scripts/simple_config.py +++ b/scripts/simple_config.py @@ -49,9 +49,10 @@ process = Process() process.executable = args.cmd process.cmd = [args.cmd] -# Create Linux workload +# Create Linux workload and set the executable system.cpu.workload = SEWorkload.init_compatible("hello") system.cpu.workload.executable = args.cmd +system.cpu.workload.cmd = [args.cmd] system.cpu.createThreads() # Create root and run simulation