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

vhmsPinListToVHDLAMS

vhmsPinListToVHDLAMS(
t_libName
t_cellName
t_viewName
l_pinList
)
=> t / nil

Description

Creates a vhdlams entity, package, body, configuration, or architecture depending on the view name. Specify the view name as entity, package, body, or configuration for creating an entity, package, body, or configuration respectively. If nothing is specified, an architecture view is created. The view is created in ./libName/cellName/viewName.

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.

l_pinList

The pin list to be converted.

Value Returned

t

The operation is successful.

nil

The operation was unsuccessful.

Related Topics

VHDL Toolbox Functions


Return to top
 ⠀
X