Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

vhmsDefaultEdit

vhmsDefaultEdit(
t_libName
t_cellName
t_viewName
t_fileObj
t_mode
[ t_errFile ]
)
=> t / nil

Description

Opens an existing file or creates a template and opens it in an editor. If the mode is set to r, which indicates read-only then it tries to open an existing file.

First an entity needs to be created, only then can the architecture, package, or body views be created. When creating a template for an entity, if the symbol exists, then this function calls the vhmsSymbolToPinListGen function and then use this pin list to create the template.

Arguments

t_libName

The name of the library currently in use.

t_cellName

The name of the cell currently in use.

t_viewName

The name of the view currently in use.

b_fileObj

The file object obtained from the ddGetObj() procedure.

t_mode

The mode, which can be read or write.

t_errFile

Name of the error file.

Value Returned

t

The operation is successful.

nil

The operation was unsuccessful.

Related Topics

VHDL Toolbox Functions


Return to top
 ⠀
X