simReadNetCapFile
simReadNetCapFile(
t_filename
)
=> t / nil
Description
Reads in the net capacitance file and initializes the simAllNets global variable. This contains the list of all nets in the design and their associated capacitance values, which are present in the capacitance file.
Arguments
Value Returned
Examples
simReadNetCapFile( "./mydir/dir2/sim.cap" )
Related Topics
Return to top