Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


lmcwin enable

The lmcwin enable command enables continuous monitoring of a window. The specified window is added to the model instance as a signal (with the same name as the window) of type std_logic or std_logic_vector. This signal can then be referenced in other simulator commands just like any other signal (the add list command is shown below). The window signal is continuously updated to reflect the value in the model. For example, to list window wa:

lmcwin enable /top/u1/wa
add list /top/u1/wa 

lmcwin disable

The lmcwin disable command disables continuous monitoring of a window. The window signal is not deleted, but it no longer is updated when the model's window register changes value. For example, to disable continuous monitoring of window wa:

lmcwin disable /top/u1/wa 

lmcwin release

Some windows are actually nets, and the lmcwin write command behaves more like a continuous force on the net. The lmcwin release command disables the effect of a previous lmcwin write command on a window net.


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