Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


Command return values

All simulator commands are invoked using Tcl. For most commands that write information to the Main window, that information is also available as a Tcl result. By using command substitution the results can be made available to another command or assigned to a Tcl variable. For example:

set aluinputs [find -in alu/*] 

sets variable "aluinputs" to the result of the find command.


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