Home
last modified time | relevance | path

Searched refs:DisableXwt (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DOptions.cs27 public bool DisableXwt { get; set; } property in Antmicro.Renode.UI.Options
66 if(DisableXwt) in Validate()
DCommandLineInterface.cs61 if(!options.DisableXwt || options.RobotDebug) in Run()
73 if(!options.DisableXwt) in Run()