Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


File and directory pathnames

Several ModelSim commands have arguments that point to files or directories. For example, the -y argument to vlog specifies the Verilog source library directory to search for undefined modules. Spaces in file pathnames must be escaped or the entire path must be enclosed in quotes. For example:


vlog top.v -y C:/Documents\ and\ Settings/mcarnes/simprims 

or


vlog top.v -y "C:/Documents and Settings/mcarnes/simprims" 


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