hnlIfNoProcedure
hnlIfNoProcedure(t_progarg) =>value
Description
Defines procedures in HNL. By using this function, the netlister only defines a procedure if it is not already defined, thus allowing user-override of netlister functionality by loading user-supplied functions before loading the Cadence netlister.
Source code for this procedure is available for CAD developers in the install_dir/tools/dfII/src/hnl/hnl.il file.
Arguments
Value Returned
Examples
hnlIfNoProcedure( simExecute( cmd )
let( ( status )
simDrain()
status = sh( cmd )
status
)
)
Related Topics
Return to top