hnlEMHGetDigitalNetlistFileName
hnlEMHGetDigitalNetlistFileName(
)
=> path
Description
Returns the netlist file path for digital netlist during mixed signal netlisting. This path is exported for use by formatters like auCdl to include digital netlist file name in the top-level netlist. This function must be called from Cadence internal formatters or ADE third-party integration formatters only when mixed signal netlisting is in progress.
Arguments
Value Returned
Examples
hnlEMHGetDigitalNetlistFileName()
=> "runDir/top.cdl"
Related Topics
Return to top