Python eval_cli_line()

265 views Asked by At

eval_cli_line("cache_%s" % cpu.name + ".ptime") in my python script is constantly giving the following error

NameError: global name 'eval_cli_line' is not defined

Any suggestions ?

1

There are 1 answers

0
jakobengblom2 On

In Simics 4.x, eval_cli_line has been replaced with run_command(). Read the migration guide.