CIRCT 22.0.0git
|
This is the complete list of members for simulator.Simulator, including all inherited members.
__init__(self, SourceFiles sources, Path run_dir, bool debug, Optional[Callable[[str], None]] run_stdout_callback=None, Optional[Callable[[str], None]] run_stderr_callback=None, Optional[Callable[[str], None]] compile_stdout_callback=None, Optional[Callable[[str], None]] compile_stderr_callback=None, bool make_default_logs=True, Optional[Dict[str, str]] macro_definitions=None) | simulator.Simulator | |
_compile_stderr_cb | simulator.Simulator | protected |
_compile_stderr_log | simulator.Simulator | protected |
_compile_stdout_cb | simulator.Simulator | protected |
_compile_stdout_log | simulator.Simulator | protected |
_run_stderr_cb | simulator.Simulator | protected |
_run_stderr_log | simulator.Simulator | protected |
_run_stdout_cb | simulator.Simulator | protected |
_run_stdout_log | simulator.Simulator | protected |
_start_process_with_callbacks(self, List[str] cmd, Optional[Dict[str, str]] env, Optional[Path] cwd, Optional[Callable[[str], None]] stdout_cb, Optional[Callable[[str], None]] stderr_cb, bool wait) | simulator.Simulator | protected |
compile(self) | simulator.Simulator | |
compile_commands(self) | simulator.Simulator | |
debug | simulator.Simulator | |
get_env() | simulator.Simulator | static |
macro_definitions | simulator.Simulator | |
run(self, str inner_command, bool gui=False, bool server_only=False) | simulator.Simulator | |
run_command(self, bool gui) | simulator.Simulator | |
run_dir | simulator.Simulator | |
run_proc(self, bool gui=False) | simulator.Simulator | |
sources | simulator.Simulator | |
UsesStderr | simulator.Simulator | static |