Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open_file problems in ModelSIM

Status
Not open for further replies.

hans1886

Technical User
Nov 10, 2006
1
US
ModelSIM, upon simulation of the code, complains that a text file I point too in my code does not exist.

file VLI_input_file: text open READ_MODE is "vli_input.txt";
begin
.
.
.
[red]>>[/red] file_open(VLI_input_file, "vli_input.txt");

This file resides in the same directory as the code.

Any ideas why? thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top