【发布时间】:2017-11-07 16:28:55
【问题描述】:
我正在尝试在 ubuntu 16.04 lts 上使用 gem5 运行模拟
我写代码'./build/X86/gem5.opt ./configs/tutorial/two_level.py'。
终端上的输出是:
Traceback(most recent call last):
File "<string>", line 1, in <module>
File "home/park/gem5/src/python/m5/main.py", line 433, in main
exec filecode in scope
File "./configs/tutorial/two_level.py", line 3, in <module>
from caches import*
ImportError: No module named caches
我尽我所能,但不知道。有什么问题?
【问题讨论】:
-
我认为您需要发布一些代码。阅读此stackoverflow.com/help/how-to-ask