Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


write list

The write list command records the contents in of the most recently opened or specified List window in a list output file. This file contains simulation data for all HDL items displayed in the List window: VHDL signals and variables and Verilog nets and registers.

Syntax

write list

[-events] [-window <wname>] <filename>

Arguments

-events

Specifies to write print-on-change format. Optional. Default is tabular format.

-window <wname>

Specifies an instance of the List window that is not the default. Optional. Otherwise, the default List window is used. Use the view command to change the default window.

<filename>

Specifies the name of the output file where the data is to be written. Required.

Examples

write list alu.lst

Saves the current data in the default List window in a file named alu.lst.

write list -win list1 group1.list

Saves the current data in window `list1' in a file named group1.list.

See also

write tssi


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase