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() に置き換えられました。移行ガイドをお読みください。