I'm trying to generate SDF to use in simulation but am having problems. In the Parallax SDF documentation, write_sdf has several options :
write_sdf [-corner corner_name]
[-divider /|.]
[-include_typ]
[-digits digits]
[-gzip]
[-no_timestamp]
[-no_version]
filename
The command for write_sdf is or_sta.tcl in which is called by routing.tcl in OpenLane scripts; however, when I try and add the option, '-include_typ', the command fails. I want to include the typical value in the SDF file so that Icarus Verilog sdf_annotate command will work properly.