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
Value Returned
|
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
Return to top