<h3 id='___read_sdf'>read_sdf</h3> | |
<pre>Read SDF Standard Delay Format file (LLM: sdf) | |
<b>Usage:</b> my $status = read_sdf(@options, @files); | |
@files: SDF files, can be in gzip format | |
$status: If zero, the files have been read in successfully | |
if non-zero, failed to read in the files | |
<b>Examples:</b> | |
#1. Read in slow corner top level SDF file for design TM_QCIF | |
read_sdf("TM_QCIF_slow.sdf.gz"); | |
</pre> |