Various spelling fixes.

This commit is contained in:
steve 1999-12-09 06:00:55 +00:00
parent 4a6d3a5104
commit 838d25890b
1 changed files with 7 additions and 6 deletions

View File

@ -34,17 +34,18 @@
* $dumpfile("show_vcd.vcd"); * $dumpfile("show_vcd.vcd");
* *
* in the main module. The output file uses the standard VCD file format * in the main module. The output file uses the standard VCD file format
* so can be viewed using off-the-shelf waveform viewers. The following * so can be viewed using off-the-shelf waveform viewers. The remaining
* describes how to use GTKWave to view the file. * steps describe how to use GTKWave to view the file. If you are using
* a different viewer, see the documentation for that tool.
* *
* To view the output generated by running show_vcd, start the GTKWave * To view the output generated by running show_vcd, start the GTKWave
* viewer with the command: * viewer with the command:
* *
* wave show_vcd.vcd * wave show_vcd.vcd
* *
* The GTKWave program will display its main window, and show is a small * The GTKWave program will display its main window, and show in a small
* status bux (upper left corner) that it succeeded in loading the dump * status box (upper left corner) that it succeeded in loading the dump
* file. However, there are no waveforms displayed. Select signals to * file. However, there are no waveforms displayed yet. Select signals to
* add to the waveform display using the menu selection: * add to the waveform display using the menu selection:
* *
* "Search --> Signal Search Tree" * "Search --> Signal Search Tree"
@ -52,7 +53,7 @@
* This will bring up a dialog box that shows in directory tree format * This will bring up a dialog box that shows in directory tree format
* the signals of the program. Select the signals you wish to view, and * the signals of the program. Select the signals you wish to view, and
* click one of the buttons on the bottom of the dialog box to display * click one of the buttons on the bottom of the dialog box to display
* the selectd signals in the waveform window. Click "Exit" on the box * the selected signals in the waveform window. Click "Exit" on the box
* to get rid of it. * to get rid of it.
* *
* The magic that makes all this work is contained in the $dumpfile and * The magic that makes all this work is contained in the $dumpfile and