Module simics::api::simulator::python

source ยท
Expand description

Direct Python interface

Functionsยง

  • Call a python function with a set of arguments. The arguments must be convertible to AttrValue.
  • Call a python function with a set of arguments. The arguments must be convertible to AttrValue.
  • _run_python ๐Ÿ”’
    Run (by eval-ing) python code in the simulator context. The result is returned as an AttrValue, which is typed according to the python command run.
  • _source_python ๐Ÿ”’
    Source a python file of SIMICS python code
  • Call a python function with a set of arguments. The arguments must be convertible to AttrValue.
  • Call a python function with a set of arguments. The arguments must be convertible to AttrValue.
  • Run (by eval-ing) python code in the simulator context. The result is returned as an AttrValue, which is typed according to the python command run.
  • Source a python file of SIMICS python code