$sdf_annotate (["<sdffile>"], [<instance>], ["<config_file>"], ["<log_file>"], ["<mtm_spec>"], ["<scale_factor>"], ["<scale_type>"]); Arguments "<sdffile>" String that specifies the SDF file. Required. <instance> Hierarchical name of the instance to be annotated. ...
I would like to do a back-annotated gate level simulation, so I added the following instruction to my testbench. // Stimulus process initial begin $sdf_annotate("../rtl_synth/gate_netlist.sdf", uut, ,"simu.log"); ... However when I elaborate my simulation I get two war...