NAIUA Small Logo

NAIUA: OpenROAD SIG

UltraEdit

Install UltraEdit

UltraEdit should be installed on the desired system. Please note that UltraEdit is a commercial product, and a license is required for continued use.

Update the Word File

After UltraEdit has been installed, the Word File needs to be updated to reflect the OpenROAD syntax. One of the attached files should be inserted in the WORDFILE.TXT file as an unused Language ( /L1 thru /L10 ).
Download ultraedit.zip
(Modified 16-Feb-2002)

Set UltraEdit Options

Use the UltraEdit Advanced | Configuration... menu and turn on the Allow Multiple Instances toggle. This is required for editing multiple scripts within the OpenROAD development environment.

Update OpenROAD Configuration

There are three environment variables that should be set to allow OpenROAD to use an external editor. The first environment variable, II_W4GL_SYSTEMEDITOR, must be set to TRUE, and the second two environment variables, II_WINDOWEDIT and II_WINDOWVIEW, must contain the command to start the external editor, and pass the arguments to the editor. The following lines should be placed in the OpenROAD config.ing file.

II_W4GL_SYSTEMEDITOR=TRUE
II_WINDOWEDIT=C:\Program Files\UltraEdt\UEdit32.exe %f/%l/1
II_WINDOWVIEW=C:\Program Files\UltraEdt\UEdit32.exe %f/%l/1 /r

The percent lowercase F is replaced with the file name, the percent lowercase L is replaced with the line number, the one is for the column number, and the /r is for read only.

Frequently Asked Questions


- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Home Search About... News Contact Us Members Join
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please send comments or corrections About these pages to