Run Configurations

You can invoke (run) any executable from Eclipse and see its output in the Console View.

You just need to create a Run Configuration from menu Run > Run Configurations....

EDT provides two configuration kinds:

Load in Specman Run Configuration

For this configuration there is a shortcut.
Right click on a file in Navigator (usually top or test) and from menu Run As chose Load in Specman.

Load in Specman

Generic Run Configuration

  1. Menu Run > Run....
  2. Select Generic configuration and click the New button.
  3. Specify name, working directory and command.
  4. Click Run.

New Generic Launch

Quick Run

You can launch again at any time from menu Run > Run History... or directly from the toolbar
(simple click launches last):

Launch from Toolbar

Output

The invocation output is dumped to the Console View.

Click on hyperlinks in the Console View to jump directly to the to source location.

Console Hyperlinks