Hi everyone, Usually, when I write a python code, I include this part: *i.e: root.system.cpu.workload = LiveProcess(cmd = 'hello',executable = binpath('hello'))*
For running the static binary; however, if I'm using ruby coding style such as ruby_mem_test.py. The above line gets rejected because python interpret tells me I should have a vector. ruby_mem_test.py does it this way *root = Root( full_system = False, system = system )* *root.system.mem_mode = 'timing'* So, I looked at all the examples in gem5, but I didn't see an example that shows ruby runs static binary. I know there is a way, but I don't know how to get it!! Please, is there any suggestion? Thanks in advance. -- Best Regards, Mohammad Alshamlan ARCS: Advanced Real-time and Computing Systems Lab Department of Electrical and Computer Engineering FIU College of Engineering and Computing 10555 West Flagler St. EC3900 Miami, FL 33174
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users