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

hnlStringToList

hnlStringToList(
t_theString
)
=> list

Description

Accepts a string of white-space-separated strings, and returns a list of strings, that is, the string - silos schematic - returns the list (silos schematic).

Source code for this procedure is available for CAD developers in the install_dir/tools/dfII/src/hnl/hnl.il file.

Arguments

t_theString

A string of white-space-separated strings.

Value Returned

list

A list of strings.

Examples

hnlStringToList( "behavorial structural verilog schematic symbol" )

Related Topics

OSS Functions


Return to top
 ⠀
X