Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
eval_cli_line("cache_%s" % cpu.name + ".ptime")在我的python脚本中不断给出以下错误
eval_cli_line("cache_%s" % cpu.name + ".ptime")
NameError: global name 'eval_cli_line' is not defined
有什么建议么 ?
在 Simics 4.x 中,eval_cli_line 已被替换为 run_command()。阅读迁移指南。