In message <
[email protected]>, Ralf Hildebrandt
<
[email protected]> wrote
>Pasacco wrote:
>
>
>> -----------------------------------------------------------------
>> Fatal: (vsim-7) Failed to open VHDL file "text.txt" in r mode.
>> # No such file or directory. (errno = ENOENT)
>> -----------------------------------------------------------------
>
>Specify the complete path for the file - not only it's name.
>
>e.g.:
>file AAA : TEXT open READ_MODE is "/home/userX/folderY/text.txt";
>
Some tools don't like white spaces in the names of files or directory
paths. It is better to always use names like 'my_directory' with an
underscore rather than 'my directory' with a space in the name.
--
Alan
mailto:
[email protected]