Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:actsim [2025/03/25 10:24] – [Configuration file] rajittools:actsim [2025/03/25 10:29] (current) – [General options] rajit
Line 334: Line 334:
 </code> </code>
        
 +''actsim'' also supports [[https://en.wikipedia.org/wiki/Standard_Delay_Format|SDF]] (Standard Delay Format) back-annotation for delays. This is usually enabled using the command-line option ''-S'', but can also be specified using the configuration file: 
 +<code> 
 +begin sim 
 +  string sdf_file "annotate.sdf" 
 +  int sdf_mangled_names 1 
 +end 
 +</code> 
 +The parameter ''sdf_manged_names'' is set to 1 if the instance names in the file correspond to ACT [[config:start#output_generation_and_name_mangling|mangled names]], and 0 if they correspond to standard ACT names.
 ==== CHP configuration options ==== ==== CHP configuration options ====