Struct moore_common::SessionOptions
[−]
[src]
pub struct SessionOptions {
pub ignore_duplicate_defs: bool,
pub trace_scoreboard: bool,
pub verbosity: Verbosity,
}A set of options for a session.
The arguments passed on the command line are intended to modify these values in order to configure the execution of the program.
Fields
ignore_duplicate_defs: bool
trace_scoreboard: bool
Print a trace of scoreboard invocations for debugging purposes.
verbosity: Verbosity
The verbosity options.
Trait Implementations
impl Debug for SessionOptions[src]
impl Default for SessionOptions[src]
fn default() -> SessionOptions[src]
Returns the "default value" for a type. Read more