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
.
.
.
>> file_open(VLI_input_file, "vli_input.txt");
This file resides in the same directory as the code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.