|
set_waveform_option
set_waveform_option [-grid_v grid_val]
[-grid_i grid_val]
[-compress_v compress_val]
[-compress_i compress_val]
[-tres time_resolution_value]
[-flush flush_time | flush_percentage_value%]
[-format format]
[-file split|merge]
[-size max_file_size_MB]
[-disk_full space_in_MB]
[-output_step step_size]
[-group enable_value]
[-parallel_dump 0|1|n]
[-ade_logfile enable_value]
上述中可以用-file [split | merge]
You can use the -file argument to set the file generation mode during CustomSim-VCS mixed-signal simulation. If you specify split, two output files are generated by the CustomSim tool and VCS separately. If you specify merge, one output file is generated.
还有用-size max_file_size_MB
Sets the maximum file size before file splitting. You use this argument to force the splitting of the waveform output file to a more convenient size.
You specify this value in megabytes. The minimum file size for the formats that support file splitting is 10Meg.
举例子
Sets the output format to out, a split size of 1000Meg, current grid to 1nA, voltage grid to 1nV, and writes to the waveform output file every 5% of the
simulation time. The time resolution is set to a minimum of 1ps.
set_waveform_option -format out -size 1000 -grid_i 1n -grid_v 1n -tres 1p -flush 5% |
|