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

hnlGetSourceFile

hnlGetSourceFile(
d_instId | d_cellviewId
)
=> path 

Description

Retreives the path of source file of the given instance or cellview as specified in the HDB (prop.cfg property file), when this function is called by the formatter during netlisting.

Arguments

d_instId

The instId of the instance.

d_cellViewId

The cellviewId of the cellview.

Value Returned

path

The path of the source file of the given cellview or instance.

Examples

hnlGetSourceFile(hnlCurrentInst)
=> "/tmp/s1.v"
hnlGetSourceFile(hnlCurrentMaster) => "/tmp/cell.v"

Related Topics

OSS Functions


Return to top
 ⠀
X