On 6/20/2023 10:41 AM, 中国石油大学张天 via gem5-users wrote:
How to simulate a multi-core processor with Gem5, such as how to write configuration files? For example, in the following form:
You don't write config files. You write python code that creates instances of python classes. The gem5 system will instantiate the corresponding C++ classes and connect everything together as the python objects indicate. Regards - EM _______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
