Download ModelSim SE Reference Manual

Transcript
Commands
wave edit
wave edit
The wave edit command modifies waveforms created with the wave create command.
The following table summarizes the available editing options:
Command
Description
wave edit cut
Cut part of a waveform to the clipboard
wave edit copy
Copy part of a waveform to the clipboard
wave edit paste
Paste the waveform from the clipboard
wave edit invert
Vertically flip part of a waveform
wave edit mirror
Mirror part of a waveform
wave edit insert_pulse
Insert a new edge on a waveform; doesn’t affect waveform duration
wave edit delete
Delete an edge from a waveform; doesn’t affect waveform duration
wave edit stretch
Move an edge by stretching the waveform
wave edit move
Move an edge without moving other edges
wave edit change_value
Change the value of part of a waveform
wave edit extend
Extend all waves
wave edit driveType
Change the driver type
wave edit undo
Undo an edit
wave edit redo
Redo a previously undone edit
Syntax
wave edit {cut | copy | paste | invert | mirror} [-end <time>] -start <time> <object_name>
wave edit insert_pulse [-duration <time>] -start <time> <object_name>
wave edit delete -time <time> <object_name>
wave edit stretch | move -backward <time> | -forward <time> -time <time> <object_name>
wave edit change_value -end <time> -start <time> <value> <object_name>
wave edit extend -extend to | by -time <time>
wave edit driveType -driver freeze | deposit | driver | expectedoutput -end <time> -start <time>
The arguments below are grouped by editing operation. Many operations share similar
arguments.
Arguments for cut, copy, paste, invert, and mirror
•
-end <time>
The end of the section of waveform to perform the editing operation upon, denoted by a
simulation time. Optional for paste.
ModelSim SE Reference Manual, v6.4a
561