vcd_file | string | Specifies the path to the *.vcd file that you want to import. |
style | string | Specifies the format in which the report will be exported. The acceptable values for this argument are the following: - Text - The report will be exported as Text file.
- CSV(by default) - The report will be exported as CSV file.
|
partial_parse | boolean | Specifies whether to partially parse the *.vcd file. The acceptable values for this argument are the following: - TRUE, true or 1 - Partially parses the *.vcd file.
- FALSE, false or 0 - Does not partially parse the *.vcd file.
|
start_time | decimal | This option is available only if -partially_parse is set to true. Specifies the start time (in ns) to partially parse the *.vcd file. |
end_time | decimal | This option is available only if -partially_parse is set to true. Specifies the start time (in ns) to partially parse the *.vcd file. |
auto_detect_top_level_name | boolean | Specifies whether to automatically detect the top-level name. The acceptable values for this argument are the following: - TRUE, true or 1 - Automatically detects the top-level name.
- FALSE, false or 0 - Does not automatically detect the top-level name.
|
top_level_name | string | Specifies the top-level name. |
glitch_filtering | string | Specifies whether to use glitch filtering. The acceptable values for this argument are the following: - TRUE, true or 1 - Glitch filtering is on.
- FALSE, false or 0 - Enables automatic glitch filtering. This option will ignore any value specified in -glitch_threshold.
- auto - Glitch filtering is off.
|
glitch_threshold | integer | This option is only available when -glitch_filtering is set to true. Specifies the glitch filtering value(in ps). |
power_summary | boolean | Specifies whether to include the power summary, which shows the static and dynamic values in the report. The acceptable values for this argument are the following: - TRUE, true or 1 - Includes the power summary in the report.
- FALSE, false or 0 - Does not include the power summary in the report.
|
auto_detect_sampling_period | boolean | Specifies whether to automatically detect the sampling period. The acceptable values for this argument are the following: - TRUE, true or 1 - Automatically detects the sampling period.
- FALSE, false or 0 - Does not automatically detect the sampling period.
|
sampling_clock | string | Specifies the sampling clock. |
sampling_rate_per_period | boolean | Specifies whether to set the sampling rate per period. The acceptable values for this argument are the following: - TRUE, true or 1 - Specifies the sampling rate per period.
- FALSE, false or 0 - Specifies the sampling rate per half period.
|
sampling_offset | decimal | Specifies the offset used to calculate the sampling offset (in ps). |
sampling_period | decimal | Specifies the offset used to calculate the sampling period (in ps). |
use_only_local_extrema | boolean | Specifies whether to limit the history size by keeping only local extrema. The acceptable values for this argument are the following: - TRUE, true or 1 - Limits the history size by keeping only local extrema.
- FALSE, false or 0 - Does not limit the history size by keeping only local extrema.
|
use_power_threshold | boolean | Specifies whether to limit the history size by setting a power threshold. The acceptable values for this argument are the following: - TRUE, true or 1 - Limits the history size by setting a power threshold.
- FALSE, false or 0 - Does not limit the history size by setting a power threshold.
|
power_threshold | decimal | Sets the power threshold value. |
opmode | string | Use this option to specify the mode from which the operating conditions are extracted to generate the report. - Active - The operating mode is set to Active.
- Flash*Freeze - The operating mode is set to Flash*Freeze.
|
filename | string | Specifies the name or path of the file to be exported. This argument is mandatory. Default created under designer/<root_name> dircetory. |