origen.boot#
Functions#
run_cmd(): Run an Origen command. This is the main entry method for the CLI, but it can also
- origen.boot.run_cmd(command, targets=None, verbosity=None, verbosity_keywords=None, mode=None, debug=False, args=None, arg_indices=None, ext_args=None, ext_arg_indices=None, extensions=None, dispatch_root=None, dispatch_src=None, plugins=None, subcmds=None, exit=None, **kwargs)#
Run an Origen command. This is the main entry method for the CLI, but it can also be used in application commands to invoke Origen commands within the same thread instead of making system calls.
See also