hdbClose
hdbClose(h_configId) =>t/nil
Description
Closes a configuration. In all cases where you are using the hdb interface to traverse (bind, elaborate) a design use hdbCloseConfigsInBag to close open configurations instead of this function.
Arguments
Value Returned
Example
closeStatus = hdbClose( hdbConfig )
An example for the use of this function can also be found at:
your_install_dir/tools/hdb/examples/hdbTraverse.il
Related Topics
Parent/Child Database Functions
Return to top